Skip to content

Commit bddfa67

Browse files
committed
revert changes on link story
1 parent 966fc01 commit bddfa67

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/BaseStories/Link.stories.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import * as React from "react"
2-
import { Center, Stack, Text } from "@chakra-ui/react"
2+
import { Center, ListItem, Stack, Text, UnorderedList } from "@chakra-ui/react"
33
import { Meta, StoryObj } from "@storybook/react"
44

55
import Link from "../Link"
6-
import { ListItem, UnorderedList } from "../ui/list"
76

87
const meta = {
98
title: "Molecules / Navigation / Links",

0 commit comments

Comments
 (0)