mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-08 13:38:47 +00:00
Changed Images, gap between inputs bigger, and input bordercolor based on states
This commit is contained in:
parent
3ba2e81737
commit
af935127b3
3 changed files with 25 additions and 17 deletions
|
@ -1,11 +1,9 @@
|
|||
import React, { use } from 'react';
|
||||
import Login from './Login';
|
||||
import Header from './header';
|
||||
import LoginSignUpPage from './LoginAndSignUpPage';
|
||||
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<Login/>
|
||||
<LoginSignUpPage/>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue