mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-09 14:43:03 -04:00
style: Sort imports
This commit is contained in:
parent
a7dbd73547
commit
61fd38d6d9
57 changed files with 133 additions and 114 deletions
|
@ -16,12 +16,13 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
import electron, { contextBridge, webFrame, ipcRenderer } from "electron";
|
||||
import electron, { contextBridge, ipcRenderer, webFrame } from "electron";
|
||||
import { readFileSync } from "fs";
|
||||
import { join } from "path";
|
||||
import VencordNative from "./VencordNative";
|
||||
import IpcEvents from "./utils/IpcEvents";
|
||||
|
||||
import { debounce } from "./utils/debounce";
|
||||
import IpcEvents from "./utils/IpcEvents";
|
||||
import VencordNative from "./VencordNative";
|
||||
|
||||
if (electron.desktopCapturer === void 0) {
|
||||
// Fix for desktopCapturer being main only in Electron 17+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue