Remove unused import

This commit is contained in:
smartfrigde 2022-06-12 22:16:23 +02:00
parent 0a7ec74b0f
commit 7f53710d6a
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ import path from "path";
import {checkIfConfigIsBroken, firstRun, getConfig, contentPath, isSetup, setConfig, setLang} from "./utils";
import {registerIpc} from "./ipc";
import startServer from "./socket";
import {osLocale} from 'os-locale';
import contextMenu from "electron-context-menu";
import os from "os";
export var icon: string;