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/fxTwitter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/fxTwitter.ts') diff --git a/src/plugins/fxTwitter.ts b/src/plugins/fxTwitter.ts index dac8136..45f9fb6 100644 --- a/src/plugins/fxTwitter.ts +++ b/src/plugins/fxTwitter.ts @@ -16,9 +16,9 @@ * along with this program. If not, see . */ -import definePlugin from "../utils/types"; import { addPreSendListener, MessageObject, removePreSendListener } from "../api/MessageEvents"; import { Devs } from "../utils/constants"; +import definePlugin from "../utils/types"; const re = /https?:\/\/twitter\.com(?=\/\w+?\/status\/)/g; -- cgit