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