File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- import { ArrowLeftIcon } from '#/components/ArrowLeftIcon ' ;
2- import { ChevronRightIcon } from '#/components/ChevronRightIcon ' ;
3- import { CircleIcon } from '#/components/CircleIcon ' ;
4- import { CrownIcon } from '#/components/CrownIcon ' ;
5- import { HeartIcon } from '#/components/HeartIcon ' ;
6- import { StarIcon } from '#/components/StarIcon ' ;
7- import { XIcon } from '#/components/XIcon ' ;
1+ import { ArrowLeftIcon } from '#/components/arrowLeftIcon ' ;
2+ import { ChevronRightIcon } from '#/components/chevronRightIcon ' ;
3+ import { CircleIcon } from '#/components/circleIcon ' ;
4+ import { CrownIcon } from '#/components/crownIcon ' ;
5+ import { HeartIcon } from '#/components/heartIcon ' ;
6+ import { StarIcon } from '#/components/starIcon ' ;
7+ import { XIcon } from '#/components/xIcon ' ;
88
99type IconGridItemProps = {
1010 name : string ;
Original file line number Diff line number Diff line change 1- import { IconBase , IconBaseProps } from "../IconBase " ;
1+ import { IconBase , type IconBaseProps } from "../iconBase " ;
22
33export type ChevronRightIconProps = Omit < IconBaseProps , "children" > ;
44
Original file line number Diff line number Diff line change 1- import { IconBase , IconBaseProps } from "../IconBase " ;
1+ import { IconBase , type IconBaseProps } from "../iconBase " ;
22
33export type CircleIconProps = Omit < IconBaseProps , "children" > ;
44
Original file line number Diff line number Diff line change 1- import { IconBase , IconBaseProps } from "../IconBase " ;
1+ import { IconBase , type IconBaseProps } from "../iconBase " ;
22
33export type XIconProps = Omit < IconBaseProps , "children" > ;
44
You can’t perform that action at this time.
0 commit comments