Skip to content

Commit

Permalink
fix svg export for es2015 airbnb#515
Browse files Browse the repository at this point in the history
  • Loading branch information
macintoshhelper committed May 10, 2020
1 parent 2c11811 commit 78c3170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ export { Image } from './Image';
export { RedBox } from './RedBox';
export { View } from './View';
export { Text } from './Text';
import * as Svg from './Svg';
import Svg from './Svg';
export { Svg };

0 comments on commit 78c3170

Please sign in to comment.