Login and dashboard added
This commit is contained in:
15
app/login/page.tsx
Normal file
15
app/login/page.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
"use client";
|
||||
import AuthLayout from "@/components/auth/authlayout";
|
||||
import AuthCard from "@/components/auth/authCard";
|
||||
|
||||
export default function LoginPage() {
|
||||
return (
|
||||
|
||||
|
||||
<AuthLayout>
|
||||
<AuthCard />
|
||||
</AuthLayout>
|
||||
|
||||
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user