mirror of
https://github.com/GithubOrgProjectPiza/frontend.git
synced 2026-09-04 08:36:08 +02:00
Listenansicht von Datenbank
Listenansicht von Datenbank
This commit is contained in:
+4
-4
@@ -23,13 +23,13 @@ import { QueryClient, QueryClientProvider, useQuery } from "react-query";
|
||||
|
||||
const queryClient = new QueryClient();
|
||||
|
||||
/*<QueryClientProvider client={queryClient}>
|
||||
<MainPage></MainPage>
|
||||
</QueryClientProvider>*/
|
||||
function App() {
|
||||
console.log(process.env);
|
||||
return (
|
||||
<div className="App">
|
||||
<Registrierung></Registrierung>
|
||||
<QueryClientProvider client={queryClient}>
|
||||
<Listenansicht></Listenansicht>
|
||||
</QueryClientProvider>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user