From 907506a322670462fb1659eb44febfa9e65cb247 Mon Sep 17 00:00:00 2001 From: chyyy0213 Date: Wed, 18 May 2022 09:43:39 +0800 Subject: [PATCH] fixed e1818cd from https://gitee.com/chyyy0213/interface_sdk-js/pulls/1702 context bugfix Signed-off-by: chyyy0213 Change-Id: I69ceb8cebd8631be21132ce54c61fd83f43079c9 --- api/@ohos.window.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.window.d.ts b/api/@ohos.window.d.ts index dbee899f82..30954f223f 100644 --- a/api/@ohos.window.d.ts +++ b/api/@ohos.window.d.ts @@ -13,7 +13,7 @@ * limitations under the License. */ import { AsyncCallback, Callback } from './basic' ; -import { Context } from './app/context'; +import { Context } from './application/BaseContext'; import { LocalStorage } from './@internal/component/ets/stateManagement' /** * Window manager. -- Gitee