chore: fixing types

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2025-08-06 11:50:20 +02:00
parent af1d30064c
commit 3a34fb4cc7
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -12,7 +12,6 @@ import { AnyRouteRefParams as AnyRouteRefParams_2 } from '@backstage/frontend-pl
import { ApiFactory } from '@backstage/core-plugin-api';
import { ApiHolder } from '@backstage/core-plugin-api';
import { ApiRef } from '@backstage/core-plugin-api';
import { ApiRef as ApiRef_2 } from '@backstage/core-plugin-api/src/apis/system/types';
import { ApiRefConfig } from '@backstage/core-plugin-api';
import { AppTheme } from '@backstage/core-plugin-api';
import { AppThemeApi } from '@backstage/core-plugin-api';
@@ -430,7 +429,7 @@ export interface ComponentsApi {
}
// @public
export const componentsApiRef: ApiRef_2<ComponentsApi>;
export const componentsApiRef: ApiRef<ComponentsApi>;
export { ConfigApi };
@@ -15,7 +15,7 @@
*/
import { ComponentRef } from '../../components';
import { createApiRef } from '../system/ApiRef';
import { createApiRef } from '@backstage/core-plugin-api';
/**
* API for looking up components based on component refs.