We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb2a148 commit 2a2075aCopy full SHA for 2a2075a
packages/web/index.web.js
@@ -3,7 +3,7 @@ import { AppRegistry } from 'react-native';
3
import { AppContainer } from 'react-hot-loader';
4
// import App from 'shared/components/SharedComponent';
5
// import App from 'shared/components/PlatformSpecific/PlatformComponent';
6
-import App from 'shared/components/navigator/AppsNavigator';
+import App from 'shared/components/Navigator/AppsNavigator';
7
8
const renderApp = () => (
9
<AppContainer>
@@ -29,4 +29,4 @@ if (module.hot) {
29
30
AppRegistry.runApplication('ReactNativePlusWeb', {
31
rootTag: document.getElementById('root'),
32
-});
+});
0 commit comments