diff --git a/app/(protected)/formations/[moduleId]/page.tsx b/app/(protected)/formations/[moduleId]/page.tsx
index 39e9540..6fb97d8 100644
--- a/app/(protected)/formations/[moduleId]/page.tsx
+++ b/app/(protected)/formations/[moduleId]/page.tsx
@@ -1,3 +1,4 @@
+import Link from "next/link";
import { redirect } from "next/navigation";
import { createClient } from "@/lib/supabase/server";
import Card from "@/components/ui/Card";
@@ -40,12 +41,12 @@ export default async function ModulePage({ params }: ModulePageProps) {
{/* Breadcrumb */}