init
This commit is contained in:
10
src/components/Login.tsx
Normal file
10
src/components/Login.tsx
Normal file
@ -0,0 +1,10 @@
|
||||
import React from 'react'
|
||||
|
||||
export default function Login()
|
||||
{
|
||||
return (
|
||||
<div>
|
||||
<h1>Login</h1>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user