mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
chore: remove unused imports
This commit is contained in:
parent
8298869621
commit
58e1cdfca6
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
import {BrowserWindow, Menu, app, clipboard, globalShortcut} from "electron";
|
||||
import {BrowserWindow, Menu, app, clipboard} from "electron";
|
||||
import {mainWindow} from "./window";
|
||||
import {getConfig} from "./utils";
|
||||
import {createSettingsWindow} from "./settings/main";
|
||||
|
||||
function paste(contents: any): void {
|
||||
|
|
Loading…
Reference in a new issue