diff --git a/components/molecules/bottom-sheet/bottom-sheet.stories.tsx b/components/molecules/bottom-sheet/bottom-sheet.stories.tsx index f845e855..fa502099 100644 --- a/components/molecules/bottom-sheet/bottom-sheet.stories.tsx +++ b/components/molecules/bottom-sheet/bottom-sheet.stories.tsx @@ -1,7 +1,5 @@ import type { Meta, StoryObj } from '@storybook/react'; -import { css } from '@/styled-system/css'; - import { BottomSheet, BottomSheetProps } from './bottom-sheet'; const meta: Meta = { @@ -10,7 +8,7 @@ const meta: Meta = { tags: ['autodocs'], decorators: [ (Story) => ( -
+
), diff --git a/components/molecules/dialog/dialog.stories.tsx b/components/molecules/dialog/dialog.stories.tsx index 2198569f..68e71d64 100644 --- a/components/molecules/dialog/dialog.stories.tsx +++ b/components/molecules/dialog/dialog.stories.tsx @@ -1,7 +1,5 @@ import type { Meta, StoryObj } from '@storybook/react'; -import { css } from '@/styled-system/css'; - import { Dialog, DialogProps } from './dialog'; const meta: Meta = { @@ -10,7 +8,7 @@ const meta: Meta = { tags: ['autodocs'], decorators: [ (Story) => ( -
+
),