diff --git a/front/Navigation.tsx b/front/Navigation.tsx index 9755f88..38daade 100644 --- a/front/Navigation.tsx +++ b/front/Navigation.tsx @@ -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 = <> - + ;