| 1 | /* global DeviceOrientationEvent */ |
| 2 | import * as THREE from 'three'; |
| 3 | import { DeviceOrientationControls } from '../../vendor/DeviceOrientationControls.js'; |
| 4 | import { registerComponent } from '../core/component.js'; |
nothing calls this directly
no test coverage detected