refactor(notification): 更新通知函数导入路径

This commit is contained in:
rd
2025-09-19 15:59:38 +08:00
parent 6936fb0fb5
commit 7846e02447
9 changed files with 10 additions and 10 deletions

View File

@ -25,7 +25,7 @@ import SyncDataModal from '../sync-data-modal';
import CommonSelect from '@/components/common-select';
// import { downloadByUrl } from '@/utils/tools';
import { showExportNotification } from '@/utils/arcoD';
import { showExportNotification } from '@/utils/notification';
import { genRandomId } from '@/utils/tools';
import {
fetchAccountTags,