diff --git a/next-ui/.prettierignore b/next-ui/.prettierignore index f39b936f..6c9030c1 100644 --- a/next-ui/.prettierignore +++ b/next-ui/.prettierignore @@ -1,5 +1,6 @@ dir2json.d.ts src/auto-imports.d.ts src/components.d.ts +src/typed-router.d.ts src/generated/openapi/komga.d.ts public-msw/mockServiceWorker.js diff --git a/next-ui/src/router/index.ts b/next-ui/src/router/index.ts index de4c9394..e1e4d436 100644 --- a/next-ui/src/router/index.ts +++ b/next-ui/src/router/index.ts @@ -5,7 +5,7 @@ */ // Composables -import { createRouter, createWebHistory } from 'vue-router/auto' +import { createRouter, createWebHistory } from 'vue-router' import { setupLayouts } from 'virtual:generated-layouts' import { routes } from 'vue-router/auto-routes'