BigW Consortium Gitlab

Commit 4b752e2e by Dennis Tang

remove unused dependencies

parent f86f9450
......@@ -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';
......
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