remove storybook dark mode

This commit is contained in:
Benjamin Palko 2024-12-19 15:58:30 -05:00
parent a53512090a
commit 8164f292ac
3 changed files with 1 additions and 3 deletions

View file

@ -7,8 +7,7 @@ const config = {
'@storybook/addon-interactions',
'@storybook/addon-styling-webpack',
'@storybook/addon-svelte-csf',
'@storybook/addon-themes',
'storybook-dark-mode'
'@storybook/addon-themes'
],
framework: {
name: '@storybook/sveltekit',