courrier multi account restore compose
This commit is contained in:
parent
232130b6d3
commit
62316bd5a6
@ -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 (
|
||||
<>
|
||||
<SimplifiedLoadingFix />
|
||||
<RedisCacheStatus />
|
||||
|
||||
{/* Main layout */}
|
||||
<main className="w-full h-screen bg-black">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user