Created the Login.jsx state

This commit is contained in:
Mathias Wagner 2024-02-15 00:50:34 +01:00
parent dbb4e95417
commit 3df218a4e0
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

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