mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +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:
@@ -3,7 +3,7 @@
|
||||
* SPDX-License-Identifier: BUSL-1.1
|
||||
*/
|
||||
|
||||
import { inject as service } from '@ember/service';
|
||||
import { service } from '@ember/service';
|
||||
// ARG NOTE: Once you remove outer-html after glimmerizing you can remove the outer-html component
|
||||
import Component from './outer-html';
|
||||
import { task, timeout, waitForEvent } from 'ember-concurrency';
|
||||
|
||||
Reference in New Issue
Block a user