diff options
Diffstat (limited to 'src/Navigation.tsx')
-rw-r--r-- | src/Navigation.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Navigation.tsx b/src/Navigation.tsx index c10a9c249..648859f16 100644 --- a/src/Navigation.tsx +++ b/src/Navigation.tsx @@ -14,7 +14,7 @@ import { FlatNavigatorParams, AllNavigatorParams, } from 'lib/routes/types' -import {BottomBar} from './view/shell/BottomBar' +import {BottomBar} from './view/shell/bottom-bar/BottomBar' import {buildStateObject} from 'lib/routes/helpers' import {State, RouteParams} from 'lib/routes/types' import {colors} from 'lib/styles' |