chore: Rename file

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2022-02-21 10:03:35 +01:00
parent 2d339b5f2c
commit b0f2c7d3a6
2 changed files with 1 additions and 1 deletions
@@ -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() {