mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +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:
@@ -7,7 +7,7 @@ import Component from '@glimmer/component';
|
||||
import { tracked } from '@glimmer/tracking';
|
||||
import { task, timeout } from 'ember-concurrency';
|
||||
import errorMessage from 'vault/utils/error-message';
|
||||
import { inject as service } from '@ember/service';
|
||||
import { service } from '@ember/service';
|
||||
import { action } from '@ember/object';
|
||||
import Ember from 'ember';
|
||||
import { isAfter } from 'date-fns';
|
||||
|
||||
Reference in New Issue
Block a user