We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e77629 commit 8a27d50Copy full SHA for 8a27d50
frontend/hub/namespaces/HubNamespaceDetails.tsx
@@ -25,8 +25,6 @@ import { useCollectionFilters } from '../collections/hooks/useCollectionFilters'
25
import { useHubNamespaceDetailsFilters } from '../namespaces/hooks/useHubNamespaceDetailsFilters';
26
import { useCollectionVersionColumns } from '../collections/hooks/useCollectionVersionColumns';
27
import { CollectionVersionSearch } from '../collections/CollectionVersionSearch';
28
-import { hubAPI } from '../api';
29
-import { DropdownPosition } from '@patternfly/react-core';
30
31
export function NamespaceDetails() {
32
const { t } = useTranslation();
0 commit comments