Skip to content

Commit 34d372e

Browse files
committed
remove import from mdcomponents since it creates a circular dependency problem
1 parent 62b5b3a commit 34d372e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/components/MergeInfographic/MergeInfographic.stories.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import { Box } from "@chakra-ui/react"
22
import { Meta, StoryObj } from "@storybook/react"
33

4-
import { ContentContainer } from "@/components/MdComponents"
5-
64
import { langViewportModes } from "../../../.storybook/modes"
75

86
import MergeInfographicComponent from "."
@@ -21,9 +19,7 @@ const meta = {
2119
decorators: [
2220
(Story) => (
2321
<Box maxW="1008px" mx="auto">
24-
<ContentContainer>
25-
<Story />
26-
</ContentContainer>
22+
<Story />
2723
</Box>
2824
),
2925
],

0 commit comments

Comments
 (0)