Remove unused import in migrate-scene-document.ts

This commit is contained in:
2026-03-31 02:07:53 +02:00
parent cc180d305a
commit 0b6d9101d0

View File

@@ -1,4 +1,4 @@
import { BOX_FACE_IDS, createBoxBrush, isBoxFaceId, type BoxBrushFaces, type BrushFace } from "./brushes";
import { createBoxBrush, isBoxFaceId, type BoxBrushFaces, type BrushFace } from "./brushes";
import {
FOUNDATION_SCENE_DOCUMENT_VERSION,
SCENE_DOCUMENT_VERSION,