Skip to content

Commit 5e17c1f

Browse files
committed
chore: removes unused import in story
1 parent f7e0769 commit 5e17c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Popover/Popover.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
PopoverContent,
99
PopoverTrigger,
1010
} from '.'
11-
import { Button, Flex, Heading, Monospace, Paragraph, Svg, Text } from '../'
11+
import { Button, Heading, Monospace, Paragraph, Svg, Text } from '../'
1212

1313
export default {
1414
title: 'Components/Popover',

0 commit comments

Comments
 (0)