create useform hook
This commit is contained in:
7
frontend/app/(urls)/register/page.tsx
Normal file
7
frontend/app/(urls)/register/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import React from 'react'
|
||||
|
||||
const page = () => {
|
||||
return <div>page</div>
|
||||
}
|
||||
|
||||
export default page
|
||||
Reference in New Issue
Block a user