From 3e2bd139060fe099a7e3820ce68e33a68601e861 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 4 Apr 2026 20:15:31 +0200 Subject: [PATCH] Remove unused types from App.tsx --- src/app/App.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index 883c0bae..67ea6595 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -110,9 +110,6 @@ import { createDefaultFaceUvState, normalizeBrushName, type BoxBrush, - type BoxEdgeId, - type BoxFaceId, - type BoxVertexId, type FaceUvRotationQuarterTurns, type FaceUvState } from "../document/brushes";