From 232130b6d3877c972116e7ddcdb23085f3e71a74 Mon Sep 17 00:00:00 2001 From: alma Date: Mon, 28 Apr 2025 11:45:59 +0200 Subject: [PATCH] courrier multi account restore compose --- app/courrier/layout.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/courrier/layout.tsx b/app/courrier/layout.tsx index 6e6ca215..af70146f 100644 --- a/app/courrier/layout.tsx +++ b/app/courrier/layout.tsx @@ -1,5 +1,3 @@ -import EmailDebugTool from './debug-tool'; - export default function CourrierLayout({ children, }: { @@ -8,7 +6,6 @@ export default function CourrierLayout({ return ( <> {children} - ); } \ No newline at end of file