diff --git a/plugins/catalog/src/components/CatalogPage/CatalogPage.tsx b/plugins/catalog/src/components/CatalogPage/CatalogPage.tsx index 077e1f092f..afb812ed06 100644 --- a/plugins/catalog/src/components/CatalogPage/CatalogPage.tsx +++ b/plugins/catalog/src/components/CatalogPage/CatalogPage.tsx @@ -36,7 +36,6 @@ import { CatalogTable } from '../CatalogTable/CatalogTable'; import { ResultsFilter } from '../ResultsFilter/ResultsFilter'; import CatalogLayout from './CatalogLayout'; import { CatalogTabs, LabeledComponentType } from './CatalogTabs'; -import { WelcomeBanner } from './WelcomeBanner'; import { useOwnUser } from '../useOwnUser'; import { isOwnerOf } from '../isOwnerOf'; @@ -157,7 +156,6 @@ const CatalogPageContents = () => { onChange={({ label }) => setSelectedTab(label)} /> -