| 1 | import * as THREE from 'three'; |
| 2 | import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'; |
| 3 | import { registerComponent } from '../core/component.js'; |
| 4 | import { AFRAME_CDN_ROOT } from '../constants/index.js'; |
nothing calls this directly
no test coverage detected