修改import

Signed-off-by: 郑晓晴 <zhaoxiaoqing17@h-partners.com>
This commit is contained in:
郑晓晴 2024-11-07 16:43:48 +08:00
parent e724f3340a
commit 837cafeb9d

View File

@ -25,6 +25,6 @@ import sim from '@ohos.telephony.sim';
import sms from '@ohos.telephony.sms';
import vcard from '@ohos.telephony.vcard';
import call from '@ohos.telephony.call';
import eSIM from '@ohos.telephony.eSIM';
import eSIM from '@ohos.telephony.esim';
export { data, observer, radio, sim, sms, vcard, call, eSIM };