From f5132553d4378aa14977294704ef4ed00d0e3c67 Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Tue, 17 Nov 2020 13:10:05 +0200 Subject: [PATCH] Fix imports Signed-off-by: Lauri Nevala --- src/main/exit-app.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/exit-app.ts b/src/main/exit-app.ts index 3fcd3799ff..34a6421cef 100644 --- a/src/main/exit-app.ts +++ b/src/main/exit-app.ts @@ -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() {