style: Sort imports
This commit is contained in:
parent
a7dbd73547
commit
61fd38d6d9
57 changed files with 133 additions and 114 deletions
|
|
@ -17,11 +17,12 @@
|
|||
*/
|
||||
|
||||
import electron, { app, BrowserWindowConstructorOptions } from "electron";
|
||||
import { readFileSync } from "fs";
|
||||
import { dirname, join } from "path";
|
||||
|
||||
import { initIpc } from "./ipcMain";
|
||||
import { installExt } from "./ipcMain/extensions";
|
||||
import { readSettings } from "./ipcMain/index";
|
||||
import { readFileSync } from "fs";
|
||||
|
||||
console.log("[Vencord] Starting up...");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue