From 5b2140187f232a5b533a13fcc28ec4c1ee620115 Mon Sep 17 00:00:00 2001 From: Elijah Date: Sat, 13 Jun 2026 12:22:24 -0700 Subject: [PATCH] Remove shapes tool --- .../features/editor/toolbar/EditorToolbar.tsx | 19 +- .../src/features/editor/tools/ShapeTool.ts | 241 ------------------ frontend/src/features/editor/tools/index.ts | 2 - 3 files changed, 1 insertion(+), 261 deletions(-) delete mode 100644 frontend/src/features/editor/tools/ShapeTool.ts diff --git a/frontend/src/features/editor/toolbar/EditorToolbar.tsx b/frontend/src/features/editor/toolbar/EditorToolbar.tsx index 84b7105..aeec619 100644 --- a/frontend/src/features/editor/toolbar/EditorToolbar.tsx +++ b/frontend/src/features/editor/toolbar/EditorToolbar.tsx @@ -91,24 +91,7 @@ export function EditorToolbar() { Draw -
- -
+