fix: sort imports for linter

This commit is contained in:
2026-02-12 18:13:19 -05:00
parent 567551747c
commit 73cb990ea0
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
@@ -2,7 +2,7 @@
* SealedSecret Custom Resource Definition
*/
import { K8s, ApiProxy } from '@kinvolk/headlamp-plugin/lib';
import { ApiProxy,K8s } from '@kinvolk/headlamp-plugin/lib';
const { apiFactoryWithNamespace } = ApiProxy;
const { KubeObject } = K8s.cluster;