mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
fix css layers in storybook
This commit is contained in:
parent
0021ae8f88
commit
24699848eb
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
|||
import type { Preview } from '@storybook/vue3-vite'
|
||||
import { setup } from '@storybook/vue3'
|
||||
import { withVuetifyTheme } from './withVuetifyTheme.decorator'
|
||||
|
||||
import { initialize, mswLoader } from 'msw-storybook-addon'
|
||||
import { handlers } from '@/mocks/api/handlers'
|
||||
|
|
@ -15,6 +14,7 @@ import { localeDecorator } from './locale.decorator'
|
|||
import { vuetifyViewports } from './viewport'
|
||||
import { allModes } from './modes'
|
||||
import { PiniaColadaDelay } from '@pinia/colada-plugin-delay'
|
||||
import { withVuetifyTheme } from './withVuetifyTheme.decorator'
|
||||
|
||||
initialize(
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue