style: Sort imports

This commit is contained in:
Vendicated
2022-10-22 18:18:41 +02:00
parent a7dbd73547
commit 61fd38d6d9
57 changed files with 133 additions and 114 deletions

View File

@ -17,12 +17,13 @@
*/
import { Message } from "discord-types/general";
import { fetchPronouns, formatPronouns } from "../utils";
import { classes, lazyWebpack, useAwaiter } from "../../../utils/misc";
import { PronounMapping } from "../types";
import { Settings } from "../../../Vencord";
import { filters } from "../../../webpack";
import { UserStore } from "../../../webpack/common";
import { Settings } from "../../../Vencord";
import { PronounMapping } from "../types";
import { fetchPronouns, formatPronouns } from "../utils";
const styles: Record<string, string> = lazyWebpack(filters.byProps(["timestampInline"]));