Homepage and started styling

This commit is contained in:
Felix Kaspar
2024-08-10 00:17:38 +02:00
parent d449ccf624
commit f7f6d40eee
15 changed files with 301 additions and 508 deletions

View File

@@ -3,7 +3,7 @@ import ReactDOM from "react-dom/client";
import { BrowserRouter } from "react-router-dom";
import App from "./App";
import "./index.css";
import "./root.css";
ReactDOM.createRoot(document.getElementById("root")!).render(
<React.StrictMode>