1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix imports

Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Lauri Nevala 2020-11-17 13:10:05 +02:00
parent 3f9ee2a61c
commit f5132553d4

View File

@ -3,7 +3,6 @@ import { WindowManager } from "./window-manager";
import { appEventBus } from "../common/event-bus";
import { ClusterManager } from "./cluster-manager";
import logger from "./logger";
import { closingURL } from "../renderer/components/+closing-page/closing-page.route";
export function exitApp() {