From c0ddd96d82b78621a9c2895f5f2cd82c797f4eb1 Mon Sep 17 00:00:00 2001 From: cy7717 Date: Thu, 8 Sep 2022 16:36:05 +0800 Subject: [PATCH] mod Signed-off-by: cy7717 --- api/@ohos.pasteboard.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.pasteboard.d.ts b/api/@ohos.pasteboard.d.ts index cf7e702fcd..6ef00195f9 100644 --- a/api/@ohos.pasteboard.d.ts +++ b/api/@ohos.pasteboard.d.ts @@ -13,7 +13,7 @@ * limitations under the License. */ import { AsyncCallback } from './basic'; -import Want from './@ohos.application.want'; +import Want from './@ohos.application.Want'; import { image } from './@ohos.multimedia.image'; /** -- Gitee