diff --git a/.storybook/preview.ts b/.storybook/preview.ts index 37d955a8..94a523f5 100644 --- a/.storybook/preview.ts +++ b/.storybook/preview.ts @@ -1,5 +1,5 @@ -import { withThemeByClassName } from '@storybook/addon-themes'; -import '../src/styles/app.scss'; +import { withThemeByClassName } from '@storybook/addon-themes' +import '../src/styles/app.scss' const preview = { parameters: { diff --git a/src/components/atoms/Button/Button.stories.tsx b/src/components/atoms/Button/Button.stories.tsx index af9c5162..9c8536d4 100644 --- a/src/components/atoms/Button/Button.stories.tsx +++ b/src/components/atoms/Button/Button.stories.tsx @@ -29,7 +29,7 @@ const meta: Meta = { } } -export default meta; +export default meta type Story = StoryObj