fix Header import in App.tsx, make header with z index on top

This commit is contained in:
Niklas 2025-06-20 17:20:46 +02:00 committed by BlankAccountsUsername
parent e8355f0d67
commit b6b2b169b4
2 changed files with 6 additions and 5 deletions

View file

@ -4,7 +4,7 @@ import "./styles/fonts.css";
import "./styles/sizes.css";
import LoginAndSignUpPage from "./pages/LoginAndSignUpPage";
import Footer from "./components/Footer";
import Header from "./components/header";
import Header from "./components/Header";
import Profile from "./pages/Profile";
import { BrowserRouter as Router, Routes, Route } from "react-router-dom";
import { Auth } from "./api/Auth";