Merge branch 'react-practice-02' into feat/add-user-rooms-to-global-state

This commit is contained in:
2023-11-22 22:11:23 +07:00
11 changed files with 20 additions and 39 deletions
+2 -2
View File
@@ -26,8 +26,8 @@ const queryClient = new QueryClient({
defaultOptions: {
queries: {
staleTime: 60 * 1000,
},
},
}
}
});
function App() {