diff --git a/src/app/(app)/playground/@workspace/@editor/layout.tsx b/src/app/(app)/playground/@workspace/@editor/layout.tsx index 8dc64c7..4f9d899 100644 --- a/src/app/(app)/playground/@workspace/@editor/layout.tsx +++ b/src/app/(app)/playground/@workspace/@editor/layout.tsx @@ -11,7 +11,9 @@ export default function WorkspaceEditorLayout({ return (
- {children} +
+ {children} +
);