Skip to content

Commit

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

export default withTheme(withThemeStyles(withStyleUtils(Icon)));
export type {SrcProps};

export type {SrcProps};
export default withTheme(withThemeStyles(withStyleUtils(Icon)));

0 comments on commit 7d6284d

Please sign in to comment.