Skip to content

Commit

Permalink
remove import from mdcomponents since it creates a circular dependenc…
Browse files Browse the repository at this point in the history
…y problem
  • Loading branch information
pettinarip committed Aug 7, 2024
1 parent 62b5b3a commit 34d372e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/MergeInfographic/MergeInfographic.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { Box } from "@chakra-ui/react"
import { Meta, StoryObj } from "@storybook/react"

import { ContentContainer } from "@/components/MdComponents"

import { langViewportModes } from "../../../.storybook/modes"

import MergeInfographicComponent from "."
Expand All @@ -21,9 +19,7 @@ const meta = {
decorators: [
(Story) => (
<Box maxW="1008px" mx="auto">
<ContentContainer>
<Story />
</ContentContainer>
<Story />
</Box>
),
],
Expand Down

0 comments on commit 34d372e

Please sign in to comment.