base href

This commit is contained in:
2025-12-31 14:33:18 +01:00
parent b97a355d47
commit f608952d35
7 changed files with 19 additions and 19 deletions

View File

@@ -1,10 +1,10 @@
import { RenderPipeline } from "./framework/RenderPipeline.js";
import { RenderPipeline } from "../framework/RenderPipeline.js";
import { Block } from "./framework/Block.js";
import { Block } from "../framework/Block.js";
import Camera from "./framework/Camera.js";
import Camera from "../framework/Camera.js";
import EventManager from "./framework/eventManager.js";
import EventManager from "../framework/eventManager.js";
import { SpectrumPass } from "../passes/SpectrumPass.js";