diff --git a/apps/framework-editor/app/layout.tsx b/apps/framework-editor/app/layout.tsx index 4336b3ca65..c7139e823d 100644 --- a/apps/framework-editor/app/layout.tsx +++ b/apps/framework-editor/app/layout.tsx @@ -19,17 +19,17 @@ export default function RootLayout({ children: ReactNode }) { return ( - +
{children}
+
-
) }