We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f70ba commit b118e47Copy full SHA for b118e47
libs/core/src/lib/directives/selection.ts
@@ -12,12 +12,12 @@ import {
12
untracked,
13
viewChild,
14
} from '@angular/core';
15
-import { getLocalState, NgtObjectEvents } from 'angular-three';
16
import { injectAutoEffect } from 'ngxtension/auto-effect';
17
import { Group, Object3D } from 'three';
+import { getLocalState } from '../instance';
18
import { extend } from '../renderer';
19
import { NgtGroup } from '../three-types';
20
-import { NgtObjectEventsHostDirective } from '../utils/object-events';
+import { NgtObjectEvents, NgtObjectEventsHostDirective } from '../utils/object-events';
21
22
@Directive({ standalone: true, selector: '[ngtSelection]' })
23
export class NgtSelection {
0 commit comments