1
0
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:
Sebastian Malton 2023-05-16 16:36:55 -04:00
parent 4f8e4707f9
commit 14653c84e6

View File

@ -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> {