We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f0cc4 commit 00c647eCopy full SHA for 00c647e
src/layouts/Error/Error.stories.tsx
@@ -1,4 +1,3 @@
1
-import { withDesign } from '@storybook/addon-designs';
2
import { type Meta, type StoryObj } from '@storybook/react';
3
import React from 'react';
4
@@ -16,7 +15,6 @@ export default {
16
15
url: 'https://www.figma.com/file/7KLXsWEmbIbkNy9CnFA0Ke/Kitsu-Web-V4?node-id=423%3A996',
17
},
18
19
- decorators: [withDesign],
20
} as Meta<typeof ErrorPage>;
21
22
export const Basic: StoryObj<typeof ErrorPage> = {
0 commit comments