Skip to content

Commit 3bc62ca

Browse files
authored
Merge pull request #13602 from ethereum/fix-stories
Fix stories in SB
2 parents 1002afb + 34d372e commit 3bc62ca

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)