moved and reformat with tab SettingsView and updated view s with amaury's forms

This commit is contained in:
Clément Le Bihan
2023-04-05 00:37:45 +02:00
parent 46f4ac82a8
commit 4e26925113
4 changed files with 248 additions and 371 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import SongLobbyView from './views/SongLobbyView';
import AuthenticationView from './views/AuthenticationView';
import HomeView from './views/HomeView';
import SearchView from './views/SearchView';
import SetttingsNavigator from './views/SettingsView';
import SetttingsNavigator from './views/settings/SettingsView';
import { useQuery } from 'react-query';
import API from './API';
import PlayView from './views/PlayView';