Das ist ein Commit

This commit is contained in:
Niklas 2025-06-11 16:46:48 +02:00 committed by BlankAccountsUsername
parent 7c6f60f8a5
commit a8721fe16a
2 changed files with 2 additions and 1 deletions

View file

@ -9,6 +9,7 @@ import Profile from "./pages/Profile";
import { BrowserRouter as Router, Routes, Route } from "react-router-dom"; import { BrowserRouter as Router, Routes, Route } from "react-router-dom";
import { Auth } from "./api/Auth"; import { Auth } from "./api/Auth";
function App() { function App() {
return ( return (
<Auth> <Auth>

View file

@ -1,4 +1,4 @@
import "./Header.css"; import "./header.css";
import React, { useState, useRef, useEffect } from "react"; import React, { useState, useRef, useEffect } from "react";