diff --git a/src/app/(editor)/editor/[uuid]/layout.tsx b/src/app/(editor)/editor/[uuid]/layout.tsx index 95c867b..0ebbaf1 100644 --- a/src/app/(editor)/editor/[uuid]/layout.tsx +++ b/src/app/(editor)/editor/[uuid]/layout.tsx @@ -8,7 +8,7 @@ export default async function RootLayout({ children: ReactNode }>) { return ( -
+
{children}