diff --git a/app/mail/page.tsx b/app/mail/page.tsx
index 31c6b0fc..27daeca8 100644
--- a/app/mail/page.tsx
+++ b/app/mail/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,9 @@ export default async function Page() {
return (
-
diff --git a/app/parole/page.tsx b/app/parole/page.tsx
index 95b44c3e..e423fd1f 100644
--- a/app/parole/page.tsx
+++ b/app/parole/page.tsx
@@ -12,7 +12,7 @@ export default async function Page() {
return (
-