Skip to content

Commit

Permalink
Try super secret import
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Jan 13, 2025
1 parent dbf4edd commit 6d1436e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions app/services/port.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
import { action, set } from '@ember/object';
import {
addListener,
// @ts-expect-error TODO: figure out why this is not typed
hasListeners,
removeListener,
sendEvent,
} from '@ember/object/events';
import { addListener, removeListener, sendEvent } from '@ember/object/events';
// @ts-expect-error TODO: maybe move away from this one day, but for now import from secret location
import { hasListeners } from '@ember/-internals/metal';
import Service, { inject as service } from '@ember/service';
import type RouterService from '@ember/routing/router-service';

Expand Down

0 comments on commit 6d1436e

Please sign in to comment.