mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-08 13:38:47 +00:00
add redirects to footer
This commit is contained in:
parent
649c961178
commit
9be66a0a2f
3 changed files with 28 additions and 29 deletions
|
@ -8,9 +8,9 @@ import { BrowserRouter as Router, Routes, Route } from "react-router-dom";
|
|||
|
||||
function App() {
|
||||
return (
|
||||
<div className="App">
|
||||
<Header />
|
||||
<Router>
|
||||
<Router>
|
||||
<div className="App">
|
||||
<Header />
|
||||
<Routes>
|
||||
<Route
|
||||
path="/login"
|
||||
|
@ -21,10 +21,9 @@ function App() {
|
|||
element={<LoginAndSignUpPage signupProp={true} />}
|
||||
></Route>
|
||||
</Routes>
|
||||
</Router>
|
||||
|
||||
<Footer />
|
||||
</div>
|
||||
<Footer />
|
||||
</div>
|
||||
</Router>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue