Remove unused import

This commit is contained in:
smartfrigde 2022-06-12 22:16:23 +02:00
parent 0a7ec74b0f
commit 7f53710d6a

View file

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