diff --git a/app/gitlab/page.tsx b/app/chapter/page.tsx similarity index 70% rename from app/gitlab/page.tsx rename to app/chapter/page.tsx index ce6a9c21..fea6edbc 100644 --- a/app/gitlab/page.tsx +++ b/app/chapter/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); @@ -11,12 +12,10 @@ export default async function Page() { return (
-
-