Skip to content

Commit b09defc

Browse files
committed
fix(dashboard): remove unused theme variable from App.vue
1 parent 92ecb6e commit b09defc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dashboard/src/App.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ import { useCustomizerStore } from "@/stores/customizer";
2828
import WaitingForRestart from "@/components/shared/WaitingForRestart.vue";
2929
3030
const toastStore = useToastStore();
31-
const theme = useTheme();
3231
const customizer = useCustomizerStore();
3332
const globalWaitingRef = ref(null);
3433
let disposeTrayRestartListener = null;

0 commit comments

Comments
 (0)