aboutsummaryrefslogtreecommitdiff
path: root/src/patcher.ts
diff options
context:
space:
mode:
authorVendicated <vendicated@riseup.net>2022-10-02 03:11:30 +0200
committerVendicated <vendicated@riseup.net>2022-10-02 03:11:30 +0200
commit19801321ccd6b50f014336bb90127df7a9e2d32a (patch)
tree8fd122b1745330316ad8cb06312fa0c27619c057 /src/patcher.ts
parentacd24cdc4f4cb65f2c94c3a356c541f414935c0a (diff)
downloadVencord-19801321ccd6b50f014336bb90127df7a9e2d32a.tar.gz
Vencord-19801321ccd6b50f014336bb90127df7a9e2d32a.tar.bz2
Vencord-19801321ccd6b50f014336bb90127df7a9e2d32a.zip
Clean up main
Diffstat (limited to 'src/patcher.ts')
-rw-r--r--src/patcher.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/patcher.ts b/src/patcher.ts
index a1aba2d..8ff92d2 100644
--- a/src/patcher.ts
+++ b/src/patcher.ts
@@ -1,4 +1,3 @@
-
import electron, { app, BrowserWindowConstructorOptions } from "electron";
import installExt, { REACT_DEVELOPER_TOOLS } from "electron-devtools-installer";
import { join } from "path";