mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-08 13:38:47 +00:00
add profile route and add on save and on close methods for popup
This commit is contained in:
parent
ea15d01238
commit
69d866e2b6
4 changed files with 28 additions and 85 deletions
|
@ -4,8 +4,8 @@ import "./styles/fonts.css";
|
|||
import LoginAndSignUpPage from "./pages/LoginAndSignUpPage";
|
||||
import Footer from "./components/Footer";
|
||||
import Header from "./components/header";
|
||||
import { BrowserRouter as Router, Routes, Route } from "react-router-dom";
|
||||
import Profile from "./pages/Profile";
|
||||
import { BrowserRouter as Router, Routes, Route } from "react-router-dom";
|
||||
|
||||
function App() {
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue