From e8469ce7f918da9615a596d6855b771014baf982 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 15 Apr 2026 07:55:58 +0200 Subject: [PATCH] Remove unused import BoxBrush from box-brush-mesh.ts --- src/geometry/box-brush-mesh.ts | 1 - 1 file changed, 1 deletion(-) 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,