fixed paths.

This commit is contained in:
2025-12-29 20:29:45 +01:00
parent 8099cd9950
commit 9ef76e1dba
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ body{
</style>
<script type="module">
import { ParticleSimulation } from "/demos/webGpuFrameworkAndWasmParticles/particlesWasmWebGpu.js";
import { ParticleSimulation } from "./particlesWasmWebGpu.js";
var particleSimulation = new ParticleSimulation();