diff --git a/application/src/App.tsx b/application/src/App.tsx index 022f211..2068c31 100644 --- a/application/src/App.tsx +++ b/application/src/App.tsx @@ -1,3 +1,4 @@ + import React from 'react'; import { BrowserRouter as Router, Routes, Route } from 'react-router-dom'; import { QueryClient, QueryClientProvider } from '@tanstack/react-query'; @@ -41,7 +42,7 @@ function App() { } /> } /> } /> - } /> + } /> } /> } /> } />