We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6859be commit 9cf0f64Copy full SHA for 9cf0f64
src/data/distributor.ts
@@ -1,5 +1,5 @@
1
-import * as loader from '../data/loader';
2
-import { ConnectedContext } from '../data/builder';
+import * as loader from './loader';
+import { ConnectedContext } from './builder';
3
4
// the ManagedCluster kind is used in hub clusters for managing spoke clusters
5
const hubManagedClusterKind = 'ManagedCluster';
0 commit comments