linted
This commit is contained in:
parent
c40a357815
commit
392581f50d
|
@ -1,5 +1,5 @@
|
||||||
import { withThemeByClassName } from '@storybook/addon-themes';
|
import { withThemeByClassName } from '@storybook/addon-themes'
|
||||||
import '../src/styles/app.scss';
|
import '../src/styles/app.scss'
|
||||||
|
|
||||||
const preview = {
|
const preview = {
|
||||||
parameters: {
|
parameters: {
|
||||||
|
|
|
@ -29,7 +29,7 @@ const meta: Meta<typeof Button> = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export default meta;
|
export default meta
|
||||||
|
|
||||||
type Story = StoryObj<typeof Button>
|
type Story = StoryObj<typeof Button>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user