| 1 | import * as THREE from 'three'; |
| 2 | import { LightProbeGenerator } from 'three/addons/lights/LightProbeGenerator.js'; |
| 3 | import { diff, debug, srcLoader } from '../utils/index.js'; |
| 4 | import { registerComponent } from '../core/component.js'; |
nothing calls this directly
no test coverage detected