From f023a85b17b73182cc323a03278e96da24ecc6d8 Mon Sep 17 00:00:00 2001 From: duanweiling Date: Mon, 7 Nov 2022 15:15:19 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20745f0ed=20from=20https://gitee.com/yiwe?= =?UTF-8?q?iyai/interface=5Fsdk-js/pulls/3284=20Context=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: duanweiling --- api/@ohos.data.preferences.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.data.preferences.d.ts b/api/@ohos.data.preferences.d.ts index 3129833c98..dabe5d7527 100644 --- a/api/@ohos.data.preferences.d.ts +++ b/api/@ohos.data.preferences.d.ts @@ -13,7 +13,7 @@ * limitations under the License. */ import {AsyncCallback, Callback} from './basic'; -import Context from "./application/Context"; +import Context from "./application/BaseContext"; /** * Provides interfaces to obtain and modify preferences data. -- Gitee