Skip to content

Commit

Permalink
fix(error): SKFP-1379 remove useless type
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelleA committed Jan 2, 2025
1 parent 11a9388 commit 847e642
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Icons/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ export type IconProps = {
width?: number | string;
className?: string;
svgClass?: string;
viewBox?: string;
};

0 comments on commit 847e642

Please sign in to comment.