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 (
-