Reorder imports in ViewportCanvas.tsx

This commit is contained in:
2026-04-02 20:58:54 +02:00
parent 2b37d2dcda
commit 6c28f722a1

View File

@@ -7,7 +7,8 @@ import type { EditorSelection } from "../core/selection";
import type { ToolMode } from "../core/tool-mode";
import type { Vec3 } from "../core/vector";
import { DEFAULT_BOX_BRUSH_CENTER, DEFAULT_BOX_BRUSH_SIZE } from "../document/brushes";
import type { SceneDocument, WorldSettings } from "../document/scene-document";
import type { SceneDocument } from "../document/scene-document";
import type { WorldSettings } from "../document/world-settings";
import { DEFAULT_GRID_SIZE } from "../geometry/grid-snapping";
import { createWorldBackgroundStyle } from "../shared-ui/world-background-style";