Skip to content

Commit 00c647e

Browse files
committed
Fix Error stories
1 parent 16f0cc4 commit 00c647e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/layouts/Error/Error.stories.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { withDesign } from '@storybook/addon-designs';
21
import { type Meta, type StoryObj } from '@storybook/react';
32
import React from 'react';
43

@@ -16,7 +15,6 @@ export default {
1615
url: 'https://www.figma.com/file/7KLXsWEmbIbkNy9CnFA0Ke/Kitsu-Web-V4?node-id=423%3A996',
1716
},
1817
},
19-
decorators: [withDesign],
2018
} as Meta<typeof ErrorPage>;
2119

2220
export const Basic: StoryObj<typeof ErrorPage> = {

0 commit comments

Comments
 (0)