diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 50ce098..e8e0c99 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -10,5 +10,4 @@ function App() { ); } - export default App; diff --git a/frontend/src/main.tsx b/frontend/src/main.tsx index bef5202..10ed13e 100644 --- a/frontend/src/main.tsx +++ b/frontend/src/main.tsx @@ -1,10 +1,10 @@ -import { StrictMode } from 'react' -import { createRoot } from 'react-dom/client' -import './index.css' -import App from './App.tsx' +import { StrictMode } from "react"; +import { createRoot } from "react-dom/client"; +import "./index.css"; +import App from "./App.tsx"; -createRoot(document.getElementById('root')!).render( +createRoot(document.getElementById("root")!).render( - , -) + +);