Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
FreakDev committed Oct 27, 2017
1 parent ae2c945 commit da610fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { default as ScreenManager } from '../lib'
export { default as ScreenManager } from './ScreenManager'
export { default as Screen } from './Screen'
export { default as NavigationBar } from './NavigationBar'
export { default as ForbiddenScreen } from './ForbiddenScreen'
Expand Down

0 comments on commit da610fd

Please sign in to comment.