From 5185d14707540ae6177e9e347a6667195592638a Mon Sep 17 00:00:00 2001 From: j00586257 Date: Wed, 28 Aug 2024 19:48:22 +0800 Subject: [PATCH] import relative path Signed-off-by: j00586257 Change-Id: I3527cccbbb00bf12141ec4cbf0e29577c220c0f0 --- api/@ohos.file.sendablePhotoAccessHelper.d.ets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/@ohos.file.sendablePhotoAccessHelper.d.ets b/api/@ohos.file.sendablePhotoAccessHelper.d.ets index 6a407e796..d9c367d1c 100644 --- a/api/@ohos.file.sendablePhotoAccessHelper.d.ets +++ b/api/@ohos.file.sendablePhotoAccessHelper.d.ets @@ -20,8 +20,8 @@ import type Context from './application/Context'; import type image from './@ohos.multimedia.image'; -import lang from '@arkts.lang'; -import { photoAccessHelper } from '@kit.MediaLibraryKit'; +import lang from '../arkts/@arkts.lang'; +import photoAccessHelper from './@ohos.file.photoAccessHelper'; /** * Helper functions to access image and video assets