diff --git a/app/agilite/page.tsx b/app/agilite/page.tsx index 7ddb4e8a..2de1f32e 100644 --- a/app/agilite/page.tsx +++ b/app/agilite/page.tsx @@ -1,7 +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"; +import ResponsiveIframe from "@/app/components/responsive-iframe"; export default async function Page() { const session = await getServerSession(authOptions); @@ -15,7 +15,7 @@ export default async function Page() {
diff --git a/app/alma/page.tsx b/app/alma/page.tsx index 53b90397..9b09c3b0 100644 --- a/app/alma/page.tsx +++ b/app/alma/page.tsx @@ -1,7 +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"; +import ResponsiveIframe from "@/app/components/responsive-iframe"; export default async function Page() { const session = await getServerSession(authOptions); @@ -15,7 +15,7 @@ export default async function Page() {
diff --git a/app/apprendre/page.tsx b/app/apprendre/page.tsx index 0af118ab..3a7ad643 100644 --- a/app/apprendre/page.tsx +++ b/app/apprendre/page.tsx @@ -1,7 +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"; +import ResponsiveIframe from "@/app/components/responsive-iframe"; export default async function Page() { const session = await getServerSession(authOptions); @@ -15,7 +15,7 @@ export default async function Page() {
diff --git a/app/artlab/page.tsx b/app/artlab/page.tsx index f166f60e..4abb16a4 100644 --- a/app/artlab/page.tsx +++ b/app/artlab/page.tsx @@ -1,7 +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"; +import ResponsiveIframe from "@/app/components/responsive-iframe"; export default async function ArtlabPage() { const session = await getServerSession(authOptions); @@ -15,7 +15,7 @@ export default async function ArtlabPage() {
diff --git a/app/calcul/page.tsx b/app/calcul/page.tsx index e865d3d4..30998061 100644 --- a/app/calcul/page.tsx +++ b/app/calcul/page.tsx @@ -1,7 +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"; +import ResponsiveIframe from "@/app/components/responsive-iframe"; export default async function Page() { const session = await getServerSession(authOptions); @@ -15,7 +15,7 @@ export default async function Page() {
diff --git a/app/chapitre/page.tsx b/app/chapitre/page.tsx index 0b4a7fb5..550ca950 100644 --- a/app/chapitre/page.tsx +++ b/app/chapitre/page.tsx @@ -1,7 +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"; +import ResponsiveIframe from "@/app/components/responsive-iframe"; export default async function ChapitrePage() { const session = await getServerSession(authOptions); @@ -15,7 +15,7 @@ export default async function ChapitrePage() {
diff --git a/app/crm/page.tsx b/app/crm/page.tsx index f897b22d..963acd80 100644 --- a/app/crm/page.tsx +++ b/app/crm/page.tsx @@ -1,7 +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"; +import ResponsiveIframe from "@/app/components/responsive-iframe"; export default async function Page() { const session = await getServerSession(authOptions); @@ -15,7 +15,7 @@ export default async function Page() {
diff --git a/app/gite/page.tsx b/app/gite/page.tsx index e848c435..372675fe 100644 --- a/app/gite/page.tsx +++ b/app/gite/page.tsx @@ -1,7 +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"; +import ResponsiveIframe from "@/app/components/responsive-iframe"; export default async function Page() { const session = await getServerSession(authOptions); @@ -15,7 +15,7 @@ export default async function Page() {
diff --git a/app/mediation/page.tsx b/app/mediation/page.tsx index d0a6f7a7..4041fd89 100644 --- a/app/mediation/page.tsx +++ b/app/mediation/page.tsx @@ -15,7 +15,7 @@ export default async function Page() {