fix: some exports to make it work with webpack 2

This commit is contained in:
hristoterezov
2017-06-14 19:37:13 -05:00
committed by Lyubo Marinov
parent 4d329b510f
commit c8c44d62ed
3 changed files with 23 additions and 43 deletions
+1
View File
@@ -1,4 +1,5 @@
export * from './actions';
export * from './actionTypes';
export * from './components';
export * from './functions';