mirror of https://github.com/rancher/dashboard.git
Fix lint
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
parent
2105c9309e
commit
b65985165f
|
|
@ -3,7 +3,6 @@ import { PropType } from 'vue';
|
|||
import { FLEET } from '@shell/config/types';
|
||||
import LabeledSelect from '@shell/components/form/LabeledSelect.vue';
|
||||
import FleetResources from '@shell/components/fleet/FleetResources.vue';
|
||||
import FleetRepo from '@shell/components/formatter/FleetRepo.vue';
|
||||
import { RcButton } from '@components/RcButton';
|
||||
import { FleetDashboardState } from '@shell/utils/fleet-types';
|
||||
import FleetApplicationSource from '@shell/components/formatter/FleetApplicationSource.vue';
|
||||
|
|
@ -13,7 +12,6 @@ export default {
|
|||
|
||||
components: {
|
||||
LabeledSelect,
|
||||
FleetRepo,
|
||||
FleetResources,
|
||||
FleetApplicationSource,
|
||||
RcButton,
|
||||
|
|
|
|||
Loading…
Reference in New Issue