File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ import useDebounce from 'react-use/lib/useDebounce';
5
5
import { useApi } from '@backstage/core-plugin-api' ;
6
6
import { useEntity } from '@backstage/plugin-catalog-react' ;
7
7
8
+ import { KUBERNETES_NAMESPACE } from '../components/Router' ;
8
9
import { NamespaceInfo } from '../pages/Overview/NamespaceInfo' ;
9
10
import { getNamespaces } from '../pages/Overview/OverviewPage' ;
10
- import { KUBERNETES_NAMESPACE } from '../Router' ;
11
11
import { kialiApiRef } from '../services/Api' ;
12
12
13
13
type KialiEntityContextType = {
Original file line number Diff line number Diff line change 1
1
import { Entity } from '@backstage/catalog-model' ;
2
2
3
- import { KUBERNETES_NAMESPACE } from '../Router' ;
3
+ import { KUBERNETES_NAMESPACE } from '../components/ Router' ;
4
4
5
5
export const nsEqual = ( ns : string [ ] , ns2 : string [ ] ) : boolean => {
6
6
return (
You can’t perform that action at this time.
0 commit comments