mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
lint
This commit is contained in:
parent
e111b2f970
commit
14121d4a85
3 changed files with 0 additions and 4 deletions
|
|
@ -3,7 +3,6 @@ import { komgaClient } from '@/api/komga-client'
|
|||
import { useClientSettingsUser } from '@/colada/client-settings'
|
||||
import { combinePromises } from '@/colada/utils'
|
||||
import type { components } from '@/generated/openapi/komga'
|
||||
import { QUERY_KEYS_USERS } from '@/colada/users'
|
||||
|
||||
export const QUERY_KEYS_LIBRARIES = {
|
||||
root: ['libraries'] as const,
|
||||
|
|
|
|||
2
next-ui/src/components.d.ts
vendored
2
next-ui/src/components.d.ts
vendored
|
|
@ -55,7 +55,6 @@ declare module 'vue' {
|
|||
LayoutAppDrawerMenuServer: typeof import('./components/layout/app/drawer/menu/Server.vue')['default']
|
||||
LayoutAppDrawerReorderLibraries: typeof import('./components/layout/app/drawer/ReorderLibraries.vue')['default']
|
||||
LibraryFormCreateEdit: typeof import('./components/library/form/CreateEdit.vue')['default']
|
||||
LibraryFormGeneral: typeof import('./components/library/form/General.vue')['default']
|
||||
LibraryFormStepGeneral: typeof import('./components/library/form/StepGeneral.vue')['default']
|
||||
LibraryFormStepMetadata: typeof import('./components/library/form/StepMetadata.vue')['default']
|
||||
LibraryFormStepOptions: typeof import('./components/library/form/StepOptions.vue')['default']
|
||||
|
|
@ -63,7 +62,6 @@ declare module 'vue' {
|
|||
LibraryMenuLibraries: typeof import('./components/library/MenuLibraries.vue')['default']
|
||||
LibraryMenuLibrary: typeof import('./components/library/MenuLibrary.vue')['default']
|
||||
LocaleSelector: typeof import('./components/LocaleSelector.vue')['default']
|
||||
MenuLibraries: typeof import('./components/menu/MenuLibraries.vue')['default']
|
||||
PageHashKnownTable: typeof import('./components/pageHash/KnownTable.vue')['default']
|
||||
PageHashMatchTable: typeof import('./components/pageHash/MatchTable.vue')['default']
|
||||
PageHashUnknownTable: typeof import('./components/pageHash/UnknownTable.vue')['default']
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ import type { Meta, StoryObj } from '@storybook/vue3-vite'
|
|||
|
||||
import StepOptions from './StepOptions.vue'
|
||||
import { SeriesCover } from '@/types/SeriesCover'
|
||||
import { fn } from 'storybook/test'
|
||||
|
||||
const meta = {
|
||||
component: StepOptions,
|
||||
|
|
|
|||
Loading…
Reference in a new issue