From e9b646facbec6339da8c37ec801fa98a0b2b3f34 Mon Sep 17 00:00:00 2001 From: Alma Date: Wed, 9 Apr 2025 15:39:38 +0200 Subject: [PATCH] update iframe rules drive contacts diary --- app/contacts/page.tsx | 12 +++++------- app/diary/page.tsx | 12 +++++------- app/drive/page.tsx | 12 +++++------- 3 files changed, 15 insertions(+), 21 deletions(-) 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 (
-