This commit is contained in:
Niklas 2025-06-30 14:29:50 +02:00 committed by Luisa Bellitto
parent f68e5471a5
commit 6507f5f239
8 changed files with 182 additions and 45 deletions

View file

@ -16,7 +16,8 @@ import {
Navigate,
} from "react-router-dom";
import { Auth } from "./api/Auth";
import AboutUs from "./pages/About";
import About from "./pages/About";
import { NotFound } from "./pages/404Page/NotFoundPage";
function App() {
return (