Skip to content

Commit 025578f

Browse files
committed
patch import from mdcomponents since it was causing a circle dep issue with the GlossaryTooltip
1 parent 81b188b commit 025578f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/components/Roadmap/RoadmapActionCard/RoadmapActionCard.stories.tsx

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

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

86
const meta = {
@@ -11,11 +9,11 @@ const meta = {
119
decorators: [
1210
(Story) => (
1311
<Box maxW="1008px">
14-
<ContentContainer>
12+
<div>
1513
<SimpleGrid columns={{ base: 1, md: 2 }} spacing={8}>
1614
<Story />
1715
</SimpleGrid>
18-
</ContentContainer>
16+
</div>
1917
</Box>
2018
),
2119
],

0 commit comments

Comments
 (0)