Replace all service injects with updated import syntax (#25367)

* replace all injects with import syntax

* Delete ui/app/components/identity/_popup-base.js
This commit is contained in:
Angel Garbarino
2024-02-13 10:00:31 -07:00
committed by GitHub
parent 70725fb0f7
commit 44af0978e6
387 changed files with 387 additions and 387 deletions

View File

@@ -5,7 +5,7 @@
import { isPresent } from '@ember/utils';
import { alias } from '@ember/object/computed';
import { inject as service } from '@ember/service';
import { service } from '@ember/service';
import Controller from '@ember/controller';
import { copy } from 'ember-copy';
import { resolve } from 'rsvp';