chore: fix imports in the catalog plugin ja!

Signed-off-by: blam <ben@blam.sh>

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
blam
2022-07-06 16:45:22 +02:00
committed by Patrik Oldsberg
parent f6404275c7
commit 634b191757
@@ -23,9 +23,9 @@ import {
urlReaderServiceRef,
httpRouterServiceRef,
} from '@backstage/backend-plugin-api';
import { CatalogProcessor } from '@backstage/plugin-catalog-node';
import { CatalogBuilder } from './CatalogBuilder';
import {
CatalogProcessor,
CatalogProcessingExtensionPoint,
catalogProcessingExtentionPoint,
} from '@backstage/plugin-catalog-node';