diff --git a/apps/web/src/app/editor/[project_id]/page.tsx b/apps/web/src/app/editor/[project_id]/page.tsx index 14dc5af..26db92b 100644 --- a/apps/web/src/app/editor/[project_id]/page.tsx +++ b/apps/web/src/app/editor/[project_id]/page.tsx @@ -58,7 +58,7 @@ export default function Editor() {
- + {/* Tools Panel */} ( - + /> ); export { ResizablePanelGroup, ResizablePanel, ResizableHandle };