Created the Login.jsx state
This commit is contained in:
parent
dbb4e95417
commit
3df218a4e0
7
webui/src/states/Login/Login.jsx
Normal file
7
webui/src/states/Login/Login.jsx
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
export const Login = () => {
|
||||||
|
return (
|
||||||
|
<div>
|
||||||
|
<h1>Login</h1>
|
||||||
|
</div>
|
||||||
|
)
|
||||||
|
}
|
Reference in New Issue
Block a user