mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
chore: Fix lint
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
4f8e4707f9
commit
14653c84e6
@ -4,7 +4,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import { KubeObjectStore } from "../../../common/k8s-api/kube-object.store";
|
import { KubeObjectStore } from "../../../common/k8s-api/kube-object.store";
|
||||||
import type { ClusterApi } from "../../../../common/k8s-api/endpoints";
|
import type { ClusterApi } from "../../../common/k8s-api/endpoints";
|
||||||
import type { Cluster } from "@k8slens/kube-object";
|
import type { Cluster } from "@k8slens/kube-object";
|
||||||
|
|
||||||
export class ClusterStore extends KubeObjectStore<Cluster, ClusterApi> {
|
export class ClusterStore extends KubeObjectStore<Cluster, ClusterApi> {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user