diff --git a/src/geometry/box-brush-mesh.ts b/src/geometry/box-brush-mesh.ts index d534bb46..1da3b50f 100644 --- a/src/geometry/box-brush-mesh.ts +++ b/src/geometry/box-brush-mesh.ts @@ -3,7 +3,6 @@ import { BufferAttribute, BufferGeometry } from "three"; import type { Vec2, Vec3 } from "../core/vector"; import type { Brush, - BoxBrush, BoxEdgeId, BoxFaceId, BoxVertexId,