Skip to content

Commit c9f8da9

Browse files
committed
Update routes
1 parent 5878cd4 commit c9f8da9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/kiali/src/dynamic/KialiContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import useDebounce from 'react-use/lib/useDebounce';
55
import { useApi } from '@backstage/core-plugin-api';
66
import { useEntity } from '@backstage/plugin-catalog-react';
77

8+
import { KUBERNETES_NAMESPACE } from '../components/Router';
89
import { NamespaceInfo } from '../pages/Overview/NamespaceInfo';
910
import { getNamespaces } from '../pages/Overview/OverviewPage';
10-
import { KUBERNETES_NAMESPACE } from '../Router';
1111
import { kialiApiRef } from '../services/Api';
1212

1313
type KialiEntityContextType = {

plugins/kiali/src/helpers/namespaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Entity } from '@backstage/catalog-model';
22

3-
import { KUBERNETES_NAMESPACE } from '../Router';
3+
import { KUBERNETES_NAMESPACE } from '../components/Router';
44

55
export const nsEqual = (ns: string[], ns2: string[]): boolean => {
66
return (

0 commit comments

Comments
 (0)