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