mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-07 06:42:39 +02:00
9 lines
144 B
TypeScript
9 lines
144 B
TypeScript
|
|
import { RegisterForm } from "@/components/logins/RegisterForm"
|
||
|
|
|
||
|
|
const page = () => {
|
||
|
|
return (
|
||
|
|
<RegisterForm />
|
||
|
|
)
|
||
|
|
}
|
||
|
|
|
||
|
|
export default page
|