mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
Preparing the repository
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
"use client"
|
||||
|
||||
import {PageParams} from "@/types/next";
|
||||
import {RegisterForm} from "@/components/wrappers/auth/Register/register-form/RegisterForm";
|
||||
|
||||
export default function RoutePage(props: PageParams<{}>) {
|
||||
export default async function RoutePage(props: PageParams<{}>) {
|
||||
return (
|
||||
<div className="mx-auto grid w-[350px] gap-6">
|
||||
<RegisterForm/>
|
||||
|
||||
Reference in New Issue
Block a user