diff --git a/app/crm/page.tsx b/app/crm/page.tsx index d44552b6..962b5e09 100644 --- a/app/crm/page.tsx +++ b/app/crm/page.tsx @@ -2,7 +2,7 @@ import { getServerSession } from "next-auth/next"; import { authOptions } from "@/app/api/auth/[...nextauth]/route"; import { redirect } from "next/navigation"; -export default async function Page() { +export default async function CrmPage() { const session = await getServerSession(authOptions); if (!session) { @@ -10,15 +10,13 @@ export default async function Page() { } return ( -
-
-