diff --git a/.gitignore b/.gitignore index 1590c05..195e9c8 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ dist-ssr *.njsproj *.sln *.sw? +.junie diff --git a/reminder-dashboard/src/components/App/index.tsx b/reminder-dashboard/src/components/App/index.tsx index 78544cd..919a381 100644 --- a/reminder-dashboard/src/components/App/index.tsx +++ b/reminder-dashboard/src/components/App/index.tsx @@ -28,22 +28,16 @@ const InnerApp = () => {
- ( - - - - )} - > - ( - - - - )} - > + + + + + + + + + + @@ -55,8 +49,9 @@ const InnerApp = () => { ); }; +const queryClient = new QueryClient(); + export function App() { - const queryClient = new QueryClient(); return (