diff --git a/plugins/catalog/src/components/CatalogEntityPage/CatalogEntityPage.tsx b/plugins/catalog/src/components/CatalogEntityPage/CatalogEntityPage.tsx index a7dedaf1d6..fe32e78959 100644 --- a/plugins/catalog/src/components/CatalogEntityPage/CatalogEntityPage.tsx +++ b/plugins/catalog/src/components/CatalogEntityPage/CatalogEntityPage.tsx @@ -17,7 +17,7 @@ import React from 'react'; import { Outlet } from 'react-router'; import { AsyncEntityProvider } from '@backstage/plugin-catalog-react'; -import { useEntityFromUrl } from './UseEntityFromUrl'; +import { useEntityFromUrl } from './useEntityFromUrl'; /** @public */ export function CatalogEntityPage() { diff --git a/plugins/catalog/src/components/CatalogEntityPage/UseEntityFromUrl.ts b/plugins/catalog/src/components/CatalogEntityPage/useEntityFromUrl.ts similarity index 100% rename from plugins/catalog/src/components/CatalogEntityPage/UseEntityFromUrl.ts rename to plugins/catalog/src/components/CatalogEntityPage/useEntityFromUrl.ts