move file

This commit is contained in:
MaysWind
2025-01-07 00:08:27 +08:00
parent b0a9b2366e
commit cb142a65f3
8 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -68,7 +68,7 @@
<script setup lang="ts">
import { type Ref, ref, computed } from 'vue';
import { useI18n } from '@/lib/i18n.js';
import { useI18n } from '@/locales/helper.js';
import { useI18nUIComponents } from '@/lib/ui/mobile.js';
import { useUserStore } from '@/stores/user.ts';