init
This commit is contained in:
12
src/app/(full-width-pages)/(auth)/signup/page.tsx
Normal file
12
src/app/(full-width-pages)/(auth)/signup/page.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import SignUpForm from "@/components/auth/SignUpForm";
|
||||
import { Metadata } from "next";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Next.js SignUp Page | TailAdmin - Next.js Dashboard Template",
|
||||
description: "This is Next.js SignUp Page TailAdmin Dashboard Template",
|
||||
// other metadata
|
||||
};
|
||||
|
||||
export default function SignUp() {
|
||||
return <SignUpForm />;
|
||||
}
|
||||
Reference in New Issue
Block a user