Skip to content

Commit a664ab6

Browse files
committed
fix: lint
1 parent 7520c0d commit a664ab6

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

src/containers/AppWithClusters/ExtendedCluster/ExtendedCluster.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@ import {cn} from '../../../utils/cn';
88
import {USE_CLUSTER_BALANCER_AS_BACKEND_KEY} from '../../../utils/constants';
99
import {useSetting} from '../../../utils/hooks';
1010
import {useAdditionalNodesProps} from '../../../utils/hooks/useAdditionalNodesProps';
11-
import type {
12-
GetLogsLink,
13-
GetMonitoringClusterLink,
14-
GetMonitoringLink,
15-
} from '../../../utils/monitoring';
11+
import type {GetLogsLink} from '../../../utils/logs';
12+
import type {GetMonitoringClusterLink, GetMonitoringLink} from '../../../utils/monitoring';
1613
import {getCleanBalancerValue, prepareBackendFromBalancer} from '../../../utils/parseBalancer';
1714
import {getBackendFromBalancerAndNodeId} from '../../../utils/prepareBackend';
1815
import type {Cluster} from '../../Cluster/Cluster';

src/containers/AppWithClusters/ExtendedTenant/ExtendedTenant.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import {useClusterBaseInfo} from '../../../store/reducers/cluster/cluster';
22
import type {ETenantType} from '../../../types/api/tenant';
33
import {useAdditionalNodesProps} from '../../../utils/hooks/useAdditionalNodesProps';
4-
import type {GetLogsLink, GetMonitoringLink} from '../../../utils/monitoring';
4+
import type {GetLogsLink} from '../../../utils/logs';
5+
import type {GetMonitoringLink} from '../../../utils/monitoring';
56
import type {Tenant} from '../../Tenant/Tenant';
67

78
export interface ExtendedTenantProps {

0 commit comments

Comments
 (0)