v1 of TabRowNavigator

This commit is contained in:
Clément Le Bihan
2023-03-30 22:16:10 +02:00
parent 8728707b28
commit 8eb524cc81
4 changed files with 143 additions and 17 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/settings/SettingsView';
import SetttingsNavigator from './views/SettingsView';
import { useQuery } from 'react-query';
import API from './API';
import PlayView from './views/PlayView';