Skip to content

Commit b118e47

Browse files
committed
fix(core): adjust import for selection
1 parent 30f70ba commit b118e47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: libs/core/src/lib/directives/selection.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ import {
1212
untracked,
1313
viewChild,
1414
} from '@angular/core';
15-
import { getLocalState, NgtObjectEvents } from 'angular-three';
1615
import { injectAutoEffect } from 'ngxtension/auto-effect';
1716
import { Group, Object3D } from 'three';
17+
import { getLocalState } from '../instance';
1818
import { extend } from '../renderer';
1919
import { NgtGroup } from '../three-types';
20-
import { NgtObjectEventsHostDirective } from '../utils/object-events';
20+
import { NgtObjectEvents, NgtObjectEventsHostDirective } from '../utils/object-events';
2121

2222
@Directive({ standalone: true, selector: '[ngtSelection]' })
2323
export class NgtSelection {

0 commit comments

Comments
 (0)