Created the Login.jsx state

This commit is contained in:
2024-02-15 00:50:34 +01:00
parent dbb4e95417
commit 3df218a4e0

@ -0,0 +1,7 @@
export const Login = () => {
return (
<div>
<h1>Login</h1>
</div>
)
}