remove dublicate circle

This commit is contained in:
hamid zarghami
2025-11-26 16:06:23 +03:30
parent 4203cc1fd2
commit 56bfdbfe2e
7 changed files with 7 additions and 31 deletions
-1
View File
@@ -5,7 +5,6 @@ import type { ShapeType } from "./shapeStore";
export type ToolType =
| "select"
| "rectangle"
| "circle"
| "text"
| "image"
| "line"