From 08ae356aa8481adbab3b3cfc5d8fb9ded6b15716 Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Thu, 12 Oct 2023 13:52:27 -0600 Subject: [PATCH] fix: add to stories --- stories/Card.stories.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stories/Card.stories.tsx b/stories/Card.stories.tsx index 8d28971d..ca42a6fb 100644 --- a/stories/Card.stories.tsx +++ b/stories/Card.stories.tsx @@ -6,7 +6,7 @@ import { Card, CardProps, TabbedCard } from '../src/card'; import { Tabs } from '../src/tabs'; import { Button } from '../src/button'; import InfoTip from './components/InfoTip'; -import { Flex, Heading, Provider, View } from '../src'; +import { Counter, Flex, Heading, Provider, View } from '../src'; const { TabPane } = Tabs; @@ -138,6 +138,7 @@ const GalleryCards = (props: { variant: CardProps['variant'] }) => { 5} {...props} style={cardStyle} extra={ @@ -153,6 +154,7 @@ const GalleryCards = (props: { variant: CardProps['variant'] }) => { 5} style={cardStyle} extra={