diff --git a/app/contacts/page.tsx b/app/contacts/page.tsx index 0aae46a1..54aae814 100644 --- a/app/contacts/page.tsx +++ b/app/contacts/page.tsx @@ -1,6 +1,7 @@ import { getServerSession } from "next-auth/next"; import { authOptions } from "@/app/api/auth/[...nextauth]/route"; import { redirect } from "next/navigation"; +import { ResponsiveIframe } from "@/app/components/responsive-iframe"; export default async function Page() { const session = await getServerSession(authOptions); @@ -12,19 +13,16 @@ export default async function Page() { return (
-