Front: Partition: Infinite Scroll
This commit is contained in:
@@ -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') } },
|
||||
|
||||
Reference in New Issue
Block a user