Skip to content

Commit

Permalink
fix(ui-kit): remove duplicated export syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-moon committed Dec 22, 2020
1 parent 437b739 commit b8ade40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui-kit/src/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export { default as Button } from './Button';
export { default as Text } from './Text';
export { Row, Column } from './Grid';
export { default as Column } from './Column';
export { default as Checkbox } from './Checkbox';

0 comments on commit b8ade40

Please sign in to comment.