Skip to content

Commit

Permalink
fix($lib): Fix exporting List
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridermansb committed Sep 25, 2017
1 parent d0c6088 commit 423dbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Todo from './todo';
import List from './List';
import List from './list';

export { Todo };
export { List };

0 comments on commit 423dbd7

Please sign in to comment.