This commit is contained in:
2022-12-15 00:00:32 +01:00
parent 9b344b4e16
commit 01190c5ff2
19 changed files with 230 additions and 66 deletions

10
src/components/Login.tsx Normal file
View File

@ -0,0 +1,10 @@
import React from 'react'
export default function Login()
{
return (
<div>
<h1>Login</h1>
</div>
)
}