Remove unnecessary code

This commit is contained in:
2023-11-30 14:15:49 +07:00
parent 45eba50509
commit c460bd44d9
-1
View File
@@ -75,7 +75,6 @@ function App() {
return ( return (
<QueryClientProvider client={queryClient}> <QueryClientProvider client={queryClient}>
{/* <ReactQueryDevtools initialIsOpen={false} /> */}
<StyleSheetManager shouldForwardProp={shouldForwardProp}> <StyleSheetManager shouldForwardProp={shouldForwardProp}>
<UserRoomAvailableContext.Provider value={store}> <UserRoomAvailableContext.Provider value={store}>
<BrowserRouter> <BrowserRouter>