Merge pull request #28430 from Parsifal-M/chore/tidy-imports

[🧹 ] Just some small house-keeping (low prio)
This commit is contained in:
Patrik Oldsberg
2025-01-10 15:52:51 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -104,7 +104,7 @@ export interface AboutCardProps {
* Exported publicly via the EntityAboutCard
*
* NOTE: We generally do not accept pull requests to extend this class with more
* props and cusomizability. If you need to tweak it, consider making a bespoke
* props and customizability. If you need to tweak it, consider making a bespoke
* card in your own repository instead, that is perfect for your own needs.
*/
export function AboutCard(props: AboutCardProps) {
+1 -1
View File
@@ -27,6 +27,7 @@ import {
createFromTemplateRouteRef,
unregisterRedirectRouteRef,
viewTechDocRouteRef,
rootRouteRef,
} from './routes';
import {
createApiFactory,
@@ -54,7 +55,6 @@ import { HasSubdomainsCardProps } from './components/HasSubdomainsCard';
import { HasSystemsCardProps } from './components/HasSystemsCard';
import { RelatedEntitiesCardProps } from './components/RelatedEntitiesCard';
import { CatalogSearchResultListItemProps } from './components/CatalogSearchResultListItem';
import { rootRouteRef } from './routes';
import { DefaultEntityPresentationApi } from './apis/EntityPresentationApi';
/** @public */