@quick-threejs/reactive 0.1.19 → 0.1.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2377,7 +2377,7 @@ CameraComponent = _ts_decorate6([
2377
2377
 
2378
2378
  // src/core/app/debug/debug.component.ts
2379
2379
  import { AxesHelper, Camera as Camera2, CameraHelper, GridHelper } from "three";
2380
- import { OrbitControls } from "three/examples/jsm/Addons";
2380
+ import { OrbitControls } from "three/examples/jsm/controls/OrbitControls.js";
2381
2381
  function _ts_decorate7(decorators, target, key, desc) {
2382
2382
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
2383
2383
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);