Skip to content

Commit f888659

Browse files
committed
fixing more cycles
1 parent 4ae8563 commit f888659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@ember/-internals/views/lib/system/event_dispatcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { getOwner } from '@ember/-internals/owner';
22
import { assert } from '@ember/debug';
33
import { get, set } from '@ember/-internals/metal';
44
import EmberObject from '@ember/object';
5-
import { getElementView } from '@ember/-internals/views';
5+
import { getElementView } from './utils';
66
import ActionManager from './action_manager';
77
import type { BootEnvironment } from '@ember/-internals/glimmer/lib/views/outlet';
88
import type Component from '@ember/component';

0 commit comments

Comments
 (0)