This commit is contained in:
Untone 2024-09-19 19:58:23 +03:00
parent c40a357815
commit 392581f50d
2 changed files with 3 additions and 3 deletions

View File

@ -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: {

View File

@ -29,7 +29,7 @@ const meta: Meta<typeof Button> = {
}
}
export default meta;
export default meta
type Story = StoryObj<typeof Button>