Skip to content

Commit

Permalink
fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
rayane-djouah committed Dec 19, 2023
1 parent e24820f commit 1093745
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/Icon/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,4 @@ class Icon extends PureComponent<IconProps> {

export default withTheme(withThemeStyles(withStyleUtils(Icon)));

export type {SrcProps};

export default Icon;
export type {SrcProps};

0 comments on commit 1093745

Please sign in to comment.