diff --git a/app/carnet/page.tsx b/app/carnet/page.tsx
index a3ce9e2b..3c6b25a7 100644
--- a/app/carnet/page.tsx
+++ b/app/carnet/page.tsx
@@ -26,12 +26,14 @@ export default function CarnetPage() {
}
return (
-
-
-
+
+
+
+
+
);
}
\ No newline at end of file
diff --git a/app/courrier/page.tsx b/app/courrier/page.tsx
index 158d893c..b46f7097 100644
--- a/app/courrier/page.tsx
+++ b/app/courrier/page.tsx
@@ -1624,9 +1624,8 @@ export default function CourrierPage() {
}
return (
- <>
- {/* Main layout */}
-
+
+
{/* Sidebar */}
)}
{renderDeleteConfirmDialog()}
- >
+
);
}