From e1a9622da929855c0123afac5f429f9cbf3761d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Marseault?= <22910497+Larsluph@users.noreply.github.com> Date: Sun, 5 Nov 2023 01:11:51 +0100 Subject: [PATCH] Update App.vue --- src/App.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/App.vue b/src/App.vue index 4eb00ae8..b9f8d4f7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,10 +11,7 @@ import { useNavbarStore } from '@/stores/navbar.ts' import { usePreferenceStore } from '@/stores/preferences' import { useVueTorrentStore } from '@/stores/vuetorrent' -import { computed, onBeforeMount, watch } from 'vue' -import { useRoute, useRouter } from 'vue-router' - -const route = useRoute() +import { onBeforeMount, watch } from 'vue' const authStore = useAuthStore() const appStore = useAppStore()