mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +00:00
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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user