Front: Partition: Infinite Scroll

This commit is contained in:
Arthur Jamet
2023-05-02 15:04:05 +01:00
parent 03ac681dd6
commit bf4b84e1f8
2 changed files with 14 additions and 34 deletions
+1 -1
View File
@@ -24,10 +24,10 @@ import TextButton from './components/TextButton';
const protectedRoutes = () => ({
Play: { component: PlayView, options: { title: translate('play') } },
Home: { component: HomeView, options: { title: translate('welcome') } },
Settings: { component: SetttingsNavigator, options: { title: 'Settings' } },
Song: { component: SongLobbyView, options: { title: translate('play') } },
Play: { component: PlayView, options: { title: translate('play') } },
Score: { component: ScoreView, options: { title: translate('score') } },
Search: { component: SearchView, options: { title: translate('search') } },
User: { component: ProfileView, options: { title: translate('user') } },