remove unused dependencies
This commit is contained in:
parent
f86f94503b
commit
4b752e2e17
1 changed files with 0 additions and 2 deletions
|
@ -3,7 +3,6 @@ import GkeMachineTypeDropdown from '~/projects/gke_cluster_dropdowns/components/
|
|||
import {
|
||||
SET_PROJECT,
|
||||
SET_ZONE,
|
||||
SET_ZONES,
|
||||
SET_MACHINE_TYPES,
|
||||
} from '~/projects/gke_cluster_dropdowns/stores/mutation_types';
|
||||
import mountComponent from 'spec/helpers/vue_mount_component_helper';
|
||||
|
@ -13,7 +12,6 @@ import {
|
|||
selectedZoneMock,
|
||||
selectedProjectMock,
|
||||
selectedMachineTypeMock,
|
||||
gapiZonesResponseMock,
|
||||
gapiMachineTypesResponseMock,
|
||||
} from '../mock_data';
|
||||
|
||||
|
|
Loading…
Reference in a new issue