[UPD] paths with the moved files
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { createNativeStackNavigator } from '@react-navigation/native-stack';
|
||||
import React from 'react';
|
||||
import AuthenticationView from './views/AuthenticationView';
|
||||
import HomeView from './views/HomeView';
|
||||
import HomeView from './views/HomeView/HomeView';
|
||||
import { NavigationContainer } from '@react-navigation/native';
|
||||
import { useSelector } from 'react-redux';
|
||||
import SongLobbyView from './views/SongLobbyView';
|
||||
@@ -10,7 +10,7 @@ import { translate } from './i18n/i18n';
|
||||
const Stack = createNativeStackNavigator();
|
||||
|
||||
export const protectedRoutes = <>
|
||||
<Stack.Screen name="Home" component={HomeView} options={{ title: translate('welcome') }} />
|
||||
<Stack.Screen name="Home" component={HomeView} options={{ title: translate('welcome') }}/>
|
||||
<Stack.Screen name="Song" component={SongLobbyView} options={{ title: translate('play') }} />
|
||||
</>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user