mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-06 15:18:48 +00:00
Das ist ein Commit
This commit is contained in:
parent
7c6f60f8a5
commit
a8721fe16a
2 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import "./Header.css";
|
import "./header.css";
|
||||||
import React, { useState, useRef, useEffect } from "react";
|
import React, { useState, useRef, useEffect } from "react";
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue