mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-06 15:18:48 +00:00
merge conflict
This commit is contained in:
parent
2d1a4b590b
commit
45417a7732
1 changed files with 2 additions and 2 deletions
|
@ -4,12 +4,12 @@ import './App.css';
|
||||||
import { useState, useEffect } from 'react';
|
import { useState, useEffect } from 'react';
|
||||||
import Footer from './Footer';
|
import Footer from './Footer';
|
||||||
import Header from './header';
|
import Header from './header';
|
||||||
import LoginAndSignUpPage from './LoginAndSignUpPage';
|
|
||||||
|
|
||||||
function App() {
|
function App() {
|
||||||
return (
|
return (
|
||||||
<div className="App">
|
<div className="App">
|
||||||
<LoginAndSignUpPage></LoginAndSignUpPage>
|
<Header/>
|
||||||
|
<Footer/>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue