Preparing the repository

This commit is contained in:
charles-gauthereau
2025-01-01 22:28:21 +01:00
parent 00a19bda35
commit c4ec856183
7 changed files with 26 additions and 39 deletions
+1 -3
View File
@@ -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/>