Skip to content

Commit

Permalink
AppWithNavigation: Rename module to match class.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackrzhang authored and gnprice committed Jun 5, 2018
1 parent 1a9ea8e commit 009c838
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ZulipMobile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import StylesProvider from './boot/StylesProvider';
import CompatibilityChecker from './boot/CompatibilityChecker';
import AppEventHandlers from './boot/AppEventHandlers';
import AppDataFetcher from './boot/AppDataFetcher';
import AppWithNavigationState from './nav/AppWithNavigationState';
import AppWithNavigation from './nav/AppWithNavigation';

require('./i18n/locale');
require('./sentry');
Expand All @@ -23,7 +23,7 @@ export default () => (
<AppDataFetcher>
<TranslationProvider>
<StylesProvider>
<AppWithNavigationState />
<AppWithNavigation />
</StylesProvider>
</TranslationProvider>
</AppDataFetcher>
Expand Down
File renamed without changes.

0 comments on commit 009c838

Please sign in to comment.