Skip to content

Commit

Permalink
๐Ÿ› fix: storybook err ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
minkyung5x5 committed Nov 22, 2024
1 parent 0c1a722 commit 084ef09
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ export const decorators = [
(renderStory: any) => <ColorSchemeWrapper>{renderStory()}</ColorSchemeWrapper>,
(renderStory: any) => <MantineProvider>{renderStory()}</MantineProvider>,
];

export const parameters = {
nextjs: {
appDirectory: true,
},
};

0 comments on commit 084ef09

Please sign in to comment.