Remove crop tool

This commit is contained in:
syntaxbullet
2026-07-03 21:15:31 +02:00
parent 4ad0bb8b2c
commit 4590b47e19
11 changed files with 10 additions and 41 deletions

View File

@@ -1,4 +1,4 @@
export const availableToolIds = ["select", "crop", "brush", "eraser", "pan"] as const;
export const availableToolIds = ["select", "brush", "eraser", "pan"] as const;
export type ToolId = (typeof availableToolIds)[number];