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,6 +1,5 @@
<script lang="ts" setup>
import type { ThemeMode } from "@/composables/useTheme";
import { useIonRouter } from "@ionic/vue";
const { t } = useI18n();
const { theme } = useTheme();