Skip to content
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.

Commit

Permalink
fixed broken export
Browse files Browse the repository at this point in the history
  • Loading branch information
elie222 committed Jan 12, 2019
1 parent 392545d commit c1d8ee5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ExNavigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ export { default as NavigationActions } from './ExNavigationActions';
export { default as NavigationActionTypes } from './ExNavigationActionTypes';
export { default as NavigationReducer } from './ExNavigationReducer';

export * as NavigationStyles from './ExNavigationStyles';
import * as NavigationStyles from './ExNavigationStyles';
export { NavigationStyles };

export { createRouter } from './ExNavigationRouter';
export {
Expand Down

0 comments on commit c1d8ee5

Please sign in to comment.