change the file that reference third-party library

This commit is contained in:
MaysWind
2025-12-24 09:26:54 +08:00
parent 0dc2825e5d
commit 59a138d417
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
import moment from 'moment-timezone';
import { type unitOfTime } from 'moment/moment';
import 'moment-timezone/moment-timezone-utils';
import jalaali, { type JalaaliDateObject } from 'jalaali-js';
-1
View File
@@ -1,6 +1,5 @@
import { useI18n as useVueI18n } from 'vue-i18n';
import moment from 'moment-timezone';
import 'moment-timezone/moment-timezone-utils';
import type { NameValue, TypeAndName, TypeAndDisplayName, LocalizedSwitchOption } from '@/core/base.ts';