diff --git a/app/courrier/page.tsx b/app/courrier/page.tsx
index 50c4fcbe..b42a36fa 100644
--- a/app/courrier/page.tsx
+++ b/app/courrier/page.tsx
@@ -46,9 +46,6 @@ import { useCourrier, EmailData } from '@/hooks/use-courrier';
// Import the prefetching function
import { prefetchFolderEmails } from '@/lib/services/prefetch-service';
-// Import the RedisCacheStatus component
-import { RedisCacheStatus } from '@/components/debug/RedisCacheStatus';
-
// Simplified version for this component
function SimplifiedLoadingFix() {
// In production, don't render anything
@@ -612,7 +609,6 @@ export default function CourrierPage() {
return (
<>
-
{/* Main layout */}