mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 04:22:28 +02:00
small fixes
This commit is contained in:
parent
c4a11ae2ac
commit
70bef7b278
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue