mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-07 06:08:54 +00:00
Fix
This commit is contained in:
parent
91d2a4ff2d
commit
84612cdc3c
1 changed files with 2 additions and 4 deletions
|
@ -2,14 +2,12 @@ import React, { use } from 'react';
|
||||||
import logo from './logo.svg';
|
import logo from './logo.svg';
|
||||||
import './App.css';
|
import './App.css';
|
||||||
import { useState, useEffect } from 'react';
|
import { useState, useEffect } from 'react';
|
||||||
import Footer from './Footer';
|
import LoginAndSignUpPage from './LoginAndSignUpPage';
|
||||||
import Header from './header';
|
|
||||||
|
|
||||||
function App() {
|
function App() {
|
||||||
return (
|
return (
|
||||||
<div className="App">
|
<div className="App">
|
||||||
<Header/>
|
<LoginAndSignUpPage/>
|
||||||
<Footer/>
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue