mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-06 15:18:48 +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 './App.css';
|
||||
import { useState, useEffect } from 'react';
|
||||
import Footer from './Footer';
|
||||
import Header from './header';
|
||||
import LoginAndSignUpPage from './LoginAndSignUpPage';
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<div className="App">
|
||||
<Header/>
|
||||
<Footer/>
|
||||
<LoginAndSignUpPage/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue