mirror of https://github.com/rancher/ui.git
lint
This commit is contained in:
parent
f5949394b4
commit
d3bec56e3e
|
|
@ -3,7 +3,9 @@ import layout from './template';
|
|||
import AuthMixin from 'global-admin/mixins/authentication';
|
||||
import Saml from 'global-admin/mixins/saml-auth';
|
||||
import { alias, equal } from '@ember/object/computed';
|
||||
import { computed, get, set, observer, setProperties } from '@ember/object';
|
||||
import {
|
||||
computed, get, set, observer, setProperties
|
||||
} from '@ember/object';
|
||||
import { inject as service } from '@ember/service';
|
||||
import { isEmpty } from '@ember/utils';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue