Changed Images, gap between inputs bigger, and input bordercolor based on states

This commit is contained in:
Ilay Eble 2025-06-11 15:10:31 +02:00 committed by Luisa Bellitto
parent 3ba2e81737
commit af935127b3
3 changed files with 25 additions and 17 deletions

View file

@ -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/>
);
}