courrier page carnet layout 2

This commit is contained in:
alma 2025-04-18 20:54:26 +02:00
parent 1bb658c8cd
commit c6c36d6bad
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ 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() {
export default async function ChapitrePage() {
const session = await getServerSession(authOptions);
if (!session) {

View File

@ -3,7 +3,7 @@ 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() {
export default async function ArtlabPage() {
const session = await getServerSession(authOptions);
if (!session) {