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/viewIcons.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/viewIcons.tsx') diff --git a/src/plugins/viewIcons.tsx b/src/plugins/viewIcons.tsx index a9796ed..77372cb 100644 --- a/src/plugins/viewIcons.tsx +++ b/src/plugins/viewIcons.tsx @@ -17,9 +17,9 @@ */ import { Devs } from "../utils/constants"; -import definePlugin from "../utils/types"; import { lazyWebpack, makeLazy } from "../utils/misc"; import { ModalRoot, ModalSize, openModal } from "../utils/modal"; +import definePlugin from "../utils/types"; import { find } from "../webpack"; import { React } from "../webpack/common"; -- cgit