base con autenticacion, registro, modulo encuestas
This commit is contained in:
13
apps/web/app/register/page.tsx
Normal file
13
apps/web/app/register/page.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import { LoginForm } from "@/feactures/auth/components/signup-view";
|
||||
|
||||
const Page = () => {
|
||||
return (
|
||||
<div className="flex min-h-svh flex-col items-center justify-center bg-muted p-6 md:p-10">
|
||||
<div className="w-full max-w-sm md:max-w-3xl">
|
||||
<LoginForm />
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Page;
|
||||
Reference in New Issue
Block a user