Skip to content

Commit 18419dc

Browse files
committed
fix: update import paths for TooltipProps and icon types in Icon component
1 parent 83e3cfe commit 18419dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Shared/Components/Icon/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
import { FC, SVGProps } from 'react'
1818

19-
import { TooltipProps } from '@Common/Tooltip/types'
20-
import { IconBaseColorType, IconBaseSizeType } from '@Shared/index'
19+
import { TooltipProps } from '@Common/Tooltip'
20+
import { IconBaseColorType, IconBaseSizeType } from '@Shared/types'
2121

2222
type IconMap = Record<string, FC<SVGProps<SVGSVGElement>>>
2323

0 commit comments

Comments
 (0)