feat: implement authentication modules and add daily statistics dashboard component
Build and Release / release (push) Successful in 28s
Build and Release / release (push) Successful in 28s
This commit is contained in:
@@ -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