Skip to content

Commit

Permalink
fix(index): only export Board
Browse files Browse the repository at this point in the history
  • Loading branch information
reyrodrigez committed May 17, 2019
1 parent ee997a1 commit dfd6123
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export * from './components/Checker';
export * from './components/Point';
export * from './components/Board';

0 comments on commit dfd6123

Please sign in to comment.