Skip to content

Commit 2a2075a

Browse files
ggarridrgx
authored andcommitted
Fix path for case sensitive OS (#8)
1 parent cb2a148 commit 2a2075a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/web/index.web.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { AppRegistry } from 'react-native';
33
import { AppContainer } from 'react-hot-loader';
44
// import App from 'shared/components/SharedComponent';
55
// import App from 'shared/components/PlatformSpecific/PlatformComponent';
6-
import App from 'shared/components/navigator/AppsNavigator';
6+
import App from 'shared/components/Navigator/AppsNavigator';
77

88
const renderApp = () => (
99
<AppContainer>
@@ -29,4 +29,4 @@ if (module.hot) {
2929

3030
AppRegistry.runApplication('ReactNativePlusWeb', {
3131
rootTag: document.getElementById('root'),
32-
});
32+
});

0 commit comments

Comments
 (0)