diff --git a/packages/cli-module-maintenance/src/commands/repo/fix.ts b/packages/cli-module-maintenance/src/commands/repo/fix.ts index 906b39b94b..81e7a37d80 100644 --- a/packages/cli-module-maintenance/src/commands/repo/fix.ts +++ b/packages/cli-module-maintenance/src/commands/repo/fix.ts @@ -29,8 +29,8 @@ import { relative as relativePath, extname, } from 'node:path'; -import { targetPaths } from '@backstage/cli-common'; import { + targetPaths, knownBackendPluginPackageNameByPluginId, knownFrontendPluginPackageNameByPluginId, } from '@backstage/cli-common';