courrier multi account
This commit is contained in:
parent
7fa9f1ae76
commit
172e5b74c6
@ -19,11 +19,7 @@ export function RedisCacheStatus() {
|
||||
|
||||
if (data.ready) {
|
||||
setStatus('connected');
|
||||
// Include EmailDebug component dynamically if it exists
|
||||
const { EmailDebug } = await import('./EmailDebug');
|
||||
if (EmailDebug) {
|
||||
// It's available
|
||||
}
|
||||
// No need to dynamically import EmailDebug - it's managed by the debug-tool component
|
||||
} else {
|
||||
setStatus('error');
|
||||
toast({
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
'use client';
|
||||
|
||||
import { EmailDebug } from '@/components/debug/EmailDebug';
|
||||
import { EmailDebug } from '../components/debug/EmailDebug';
|
||||
|
||||
export default function EmailDebugTool() {
|
||||
if (process.env.NODE_ENV === 'production') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user