Commit 4b752e2e authored by Dennis Tang's avatar Dennis Tang

remove unused dependencies

parent f86f9450
...@@ -3,7 +3,6 @@ import GkeMachineTypeDropdown from '~/projects/gke_cluster_dropdowns/components/ ...@@ -3,7 +3,6 @@ import GkeMachineTypeDropdown from '~/projects/gke_cluster_dropdowns/components/
import { import {
SET_PROJECT, SET_PROJECT,
SET_ZONE, SET_ZONE,
SET_ZONES,
SET_MACHINE_TYPES, SET_MACHINE_TYPES,
} from '~/projects/gke_cluster_dropdowns/stores/mutation_types'; } from '~/projects/gke_cluster_dropdowns/stores/mutation_types';
import mountComponent from 'spec/helpers/vue_mount_component_helper'; import mountComponent from 'spec/helpers/vue_mount_component_helper';
...@@ -13,7 +12,6 @@ import { ...@@ -13,7 +12,6 @@ import {
selectedZoneMock, selectedZoneMock,
selectedProjectMock, selectedProjectMock,
selectedMachineTypeMock, selectedMachineTypeMock,
gapiZonesResponseMock,
gapiMachineTypesResponseMock, gapiMachineTypesResponseMock,
} from '../mock_data'; } from '../mock_data';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment