mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-20 10:57:22 +08:00
fix(dashboard): remove unused theme variable from App.vue
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user