Skip to content

Commit

Permalink
Revert "[#554] 스토리북 preview decorator에서 Layout 제거 (#555)"
Browse files Browse the repository at this point in the history
This reverts commit 495321e.
  • Loading branch information
gxxrxn authored Aug 20, 2024
1 parent 4ab00a8 commit 9c23182
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
5 changes: 4 additions & 1 deletion .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,16 @@ const preview: Preview = {
nextjs: {
appDirectory: true,
},
layout: 'fullscreen',
},
loaders: [mswLoader],
decorators: [
Story => (
<QueryClientProvider client={queryClient}>
<ToastProvider>
<Story />
<Layout>
<Story />
</Layout>
</ToastProvider>
</QueryClientProvider>
),
Expand Down
17 changes: 0 additions & 17 deletions src/stories/meta.tsx

This file was deleted.

0 comments on commit 9c23182

Please sign in to comment.