mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-08 03:28:50 +00:00
Basic Login Screen Desktop (Just Login)
This commit is contained in:
parent
1340c76bca
commit
72d172424b
7 changed files with 210 additions and 10 deletions
|
@ -1,17 +1,11 @@
|
|||
import React, { use } from 'react';
|
||||
import logo from './logo.svg';
|
||||
import './App.css';
|
||||
import { useState, useEffect } from 'react';
|
||||
import Footer from './Footer';
|
||||
import Login from './Login';
|
||||
import Header from './header';
|
||||
|
||||
|
||||
function App() {
|
||||
|
||||
return (
|
||||
<div className="App">
|
||||
<Header/>
|
||||
<Footer/>
|
||||
</div>
|
||||
<Login/>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue