courrier multi account restore compose

This commit is contained in:
alma 2025-04-28 11:48:05 +02:00
parent 232130b6d3
commit 62316bd5a6

View File

@ -46,9 +46,6 @@ import { useCourrier, EmailData } from '@/hooks/use-courrier';
// Import the prefetching function // Import the prefetching function
import { prefetchFolderEmails } from '@/lib/services/prefetch-service'; import { prefetchFolderEmails } from '@/lib/services/prefetch-service';
// Import the RedisCacheStatus component
import { RedisCacheStatus } from '@/components/debug/RedisCacheStatus';
// Simplified version for this component // Simplified version for this component
function SimplifiedLoadingFix() { function SimplifiedLoadingFix() {
// In production, don't render anything // In production, don't render anything
@ -612,7 +609,6 @@ export default function CourrierPage() {
return ( return (
<> <>
<SimplifiedLoadingFix /> <SimplifiedLoadingFix />
<RedisCacheStatus />
{/* Main layout */} {/* Main layout */}
<main className="w-full h-screen bg-black"> <main className="w-full h-screen bg-black">