diff --git a/src/App.vue b/src/App.vue index 078c7f8..2a3f2c8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@ -
+
+ @@ -44,6 +47,8 @@ import {ref} from "vue"; import {useRouter} from "vue-router"; import Toast from 'primevue/toast'; import {useAuthStore} from "./stores/auth.ts"; +// noinspection ES6UnusedImports Used in template +import { version } from '../package.json' const authStore = useAuthStore(); const router = useRouter();