courrier multi account restore compose

This commit is contained in:
alma 2025-04-28 11:45:59 +02:00
parent 2e2eda4feb
commit 232130b6d3

View File

@ -1,5 +1,3 @@
import EmailDebugTool from './debug-tool';
export default function CourrierLayout({
children,
}: {
@ -8,7 +6,6 @@ export default function CourrierLayout({
return (
<>
{children}
<EmailDebugTool />
</>
);
}