mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix type imports
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
23bddca9b4
commit
7491cb7bb8
@ -22,7 +22,7 @@ import fse from "fs-extra";
|
||||
import path from "path";
|
||||
import hb from "handlebars";
|
||||
import { ResourceApplier } from "../../main/resource-applier";
|
||||
import { KubernetesCluster } from "../catalog-entities";
|
||||
import type { KubernetesCluster } from "../catalog-entities";
|
||||
import logger from "../../main/logger";
|
||||
import { app } from "electron";
|
||||
import { requestMain } from "../ipc";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user