diff --git a/src/document/scene-document-validation.ts b/src/document/scene-document-validation.ts index 15e48d42..1054e3bd 100644 --- a/src/document/scene-document-validation.ts +++ b/src/document/scene-document-validation.ts @@ -43,8 +43,6 @@ import { } from "./scene-document"; import { HOURS_PER_DAY, - type ProjectTimeNightBackgroundSettings, - type ProjectTimePhaseProfile, type ProjectTimeSettings } from "./project-time-settings"; import { @@ -54,6 +52,8 @@ import { isBoxVolumeRenderPath, isAdvancedRenderingToneMappingMode, isHexColorString, + type WorldBackgroundSettings, + type WorldTimePhaseProfile, type WorldSettings } from "./world-settings";