diff --git a/src/viewport-three/ViewportCanvas.tsx b/src/viewport-three/ViewportCanvas.tsx index f1d7134e..9a838082 100644 --- a/src/viewport-three/ViewportCanvas.tsx +++ b/src/viewport-three/ViewportCanvas.tsx @@ -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";