Remove crop tool
This commit is contained in:
@@ -2,8 +2,6 @@ import type { ToolId } from "@editor/tools";
|
||||
|
||||
export function labelForTool(tool: ToolId): string {
|
||||
switch (tool) {
|
||||
case "crop":
|
||||
return "Crop";
|
||||
case "brush":
|
||||
return "Brush";
|
||||
case "eraser":
|
||||
|
||||
Reference in New Issue
Block a user