feat: 移除未使用的导入,优化代码结构

This commit is contained in:
2025-12-20 03:59:12 +07:00
parent 5c06c7ce0a
commit c2a8f026dd
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,3 @@
import type { WritableComputedRef } from "vue";
import type { Locale } from "vue-i18n";
import { IonicVue } from "@ionic/vue";
import { createPinia } from "pinia";
import { createApp } from "vue";
@@ -39,6 +37,8 @@ import "./theme/index.css";
import "./theme/variables.css";
import "./theme/ionic.css";
useTheme();
const pinia = createPinia();
const app = createApp(App)