From 4f77e35ef94ec062093ede06b19564c6be7b66c9 Mon Sep 17 00:00:00 2001 From: Alma Date: Wed, 9 Apr 2025 13:29:45 +0200 Subject: [PATCH] update iframe rule 4 --- app/calculation/page.tsx | 10 +++------- app/crm/page.tsx | 9 ++++----- app/flow/page.tsx | 2 +- app/gitelab/page.tsx | 10 +++------- app/learn/page.tsx | 10 +++------- app/parole/page.tsx | 10 +++------- 6 files changed, 17 insertions(+), 34 deletions(-) diff --git a/app/calculation/page.tsx b/app/calculation/page.tsx index 4cf9ffc1..5c2c2840 100644 --- a/app/calculation/page.tsx +++ b/app/calculation/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,14 +13,9 @@ export default async function Page() { return (
-