fix(dashboard): remove unused theme variable from App.vue

This commit is contained in:
LIghtJUNction
2026-04-04 19:16:18 +08:00
parent 92ecb6efec
commit b09defc545

View File

@@ -28,7 +28,6 @@ import { useCustomizerStore } from "@/stores/customizer";
import WaitingForRestart from "@/components/shared/WaitingForRestart.vue";
const toastStore = useToastStore();
const theme = useTheme();
const customizer = useCustomizerStore();
const globalWaitingRef = ref(null);
let disposeTrayRestartListener = null;