diff --git a/src/main.js b/src/main.js index 216e50c6..9c8f1ed5 100644 --- a/src/main.js +++ b/src/main.js @@ -17,9 +17,9 @@ import { useUserStore } from "@/stores/user.js" const { VUE_APP_MATOMO_SITE_ID:siteId = '58', VUE_APP_API_ENDPOINT } = import.meta.env const { VUE_APP_SENTRY_DSN } = import.meta.env +const app = createApp(App) const pinia = createPinia() const head = createHead() -const app = createApp(App) const router = createRouter({ routes, history: createWebHistory(),