Skip to content

Commit 0b7ffa8

Browse files
committed
fix ts error
1 parent b160399 commit 0b7ffa8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react/src/Card/Card.features.stories.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
import React from 'react'
22
import {StoryFn, Meta} from '@storybook/react'
33
import {Card, CardIconColors} from '.'
4-
import {Stack, LabelColors, Grid, ThemeProvider, Box, type IconProps} from '..'
4+
import {Stack, LabelColors, Grid, ThemeProvider, Box} from '..'
55
import placeholderImage from '../fixtures/images/placeholder-600x400.png'
66
import {CopilotIcon, ZapIcon, RocketIcon, GitBranchIcon, HeartIcon} from '@primer/octicons-react'
7+
import {IconProps} from '../Icon'
78

89
export default {
910
title: 'Components/Card/features',

0 commit comments

Comments
 (0)