Skip to content

Commit 0c39728

Browse files
committed
Fix import
1 parent 878ea83 commit 0c39728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo-react/src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ purpose of the file is to pass control to the app’s first module.
1010
*/
1111

1212
import * as ReactNativeScript from 'react-nativescript';
13-
import { mainStackNavigator as AppContainer } from './components/Navigator';
13+
import { ExampleTabs as AppContainer } from './components/HomeScreen';
1414
import { registerTabs } from '@nativescript-community/ui-material-tabs/react';
1515

1616
registerTabs();

0 commit comments

Comments
 (0)