From 61fd38d6d9170a9583c62366a2d4afa40507ce01 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Sat, 22 Oct 2022 18:18:41 +0200 Subject: style: Sort imports --- src/plugins/nitroBypass.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/plugins/nitroBypass.ts') diff --git a/src/plugins/nitroBypass.ts b/src/plugins/nitroBypass.ts index 08d49f2..7fed9cd 100644 --- a/src/plugins/nitroBypass.ts +++ b/src/plugins/nitroBypass.ts @@ -16,12 +16,12 @@ * along with this program. If not, see . */ -import { addPreSendListener, addPreEditListener, removePreSendListener, removePreEditListener } from "../api/MessageEvents"; -import { findByProps } from "../webpack"; -import definePlugin, { OptionType } from "../utils/types"; +import { addPreEditListener, addPreSendListener, removePreEditListener,removePreSendListener } from "../api/MessageEvents"; import { Devs } from "../utils/constants"; -import { UserStore } from "../webpack/common"; +import definePlugin, { OptionType } from "../utils/types"; import { Settings } from "../Vencord"; +import { findByProps } from "../webpack"; +import { UserStore } from "../webpack/common"; export default definePlugin({ name: "NitroBypass", -- cgit