From 62316bd5a6cf09f7a711958bdb5f5277cc5381e8 Mon Sep 17 00:00:00 2001 From: alma Date: Mon, 28 Apr 2025 11:48:05 +0200 Subject: [PATCH] courrier multi account restore compose --- app/courrier/page.tsx | 4 ---- 1 file changed, 4 deletions(-) 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 */}