From a1f4de1a8babc1cd7157bd55a540e98a0b02b34f Mon Sep 17 00:00:00 2001 From: "theis.gaedigk" Date: Sun, 27 Jul 2025 11:06:42 +0200 Subject: [PATCH] added code formatation --- frontend/src/App.tsx | 1 - frontend/src/main.tsx | 14 +++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) 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( - , -) + +);