From b0f2c7d3a6b63adddeaf1fbffd781e56e5c97595 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Mon, 21 Feb 2022 10:03:35 +0100 Subject: [PATCH] chore: Rename file Signed-off-by: Johan Haals --- .../src/components/CatalogEntityPage/CatalogEntityPage.tsx | 2 +- .../{UseEntityFromUrl.ts => useEntityFromUrl.ts} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename plugins/catalog/src/components/CatalogEntityPage/{UseEntityFromUrl.ts => useEntityFromUrl.ts} (100%) 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