diff --git a/memento-note/app/(public)/c/[slug]/page.tsx b/memento-note/app/(public)/c/[slug]/page.tsx index c6f626a..526b8c2 100644 --- a/memento-note/app/(public)/c/[slug]/page.tsx +++ b/memento-note/app/(public)/c/[slug]/page.tsx @@ -1,4 +1,5 @@ import { notFound } from 'next/navigation' +import Link from 'next/link' import { Flag, Sparkles, BookOpen, Clock } from 'lucide-react' import { format } from 'date-fns' import { fr } from 'date-fns/locale' @@ -76,7 +77,7 @@ export default async function NotebookSitePage({ params }: { params: Promise<{ s {/* ── NAV ── */}