Skip to content

Commit 7d6284d

Browse files
committed
run prettier
1 parent 1093745 commit 7d6284d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Icon/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@ class Icon extends PureComponent<IconProps> {
102102
}
103103
}
104104

105-
export default withTheme(withThemeStyles(withStyleUtils(Icon)));
105+
export type {SrcProps};
106106

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

0 commit comments

Comments
 (0)