add needed import

This commit is contained in:
Moustafa Baiou
2020-11-09 14:49:12 -05:00
committed by moustafab
parent 44ea3101a7
commit 18d0fd10a0
@@ -17,6 +17,7 @@
import { handleGetKubernetesObjectsForService } from './getKubernetesObjectsForServiceHandler';
import { getVoidLogger } from '@backstage/backend-common';
import { ComponentEntityV1alpha1 } from '@backstage/catalog-model';
import { ObjectFetchParams } from '..';
const TEST_SERVICE_ID = 'my-service';