mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-19 03:17:02 -04:00
style: Sort imports
This commit is contained in:
parent
a7dbd73547
commit
61fd38d6d9
57 changed files with 133 additions and 114 deletions
|
@ -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"]));
|
||||
|
||||
|
|
|
@ -16,10 +16,10 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
import { UserStore } from "../../../webpack/common";
|
||||
import { classes,useAwaiter } from "../../../utils";
|
||||
import { Settings } from "../../../Vencord";
|
||||
import { UserStore } from "../../../webpack/common";
|
||||
import { PronounMapping, UserProfileProps } from "../types";
|
||||
import { useAwaiter, classes } from "../../../utils";
|
||||
import { fetchPronouns, formatPronouns } from "../utils";
|
||||
|
||||
export default function PronounsProfileWrapper(props: UserProfileProps, pronounsComponent: JSX.Element) {
|
||||
|
|
|
@ -17,9 +17,10 @@
|
|||
*/
|
||||
|
||||
import gitHash from "git-hash";
|
||||
import { PronounsFormat } from ".";
|
||||
|
||||
import { debounce } from "../../utils";
|
||||
import { Settings } from "../../Vencord";
|
||||
import { PronounsFormat } from ".";
|
||||
import { PronounCode, PronounMapping, PronounsResponse } from "./types";
|
||||
|
||||
// A map of cached pronouns so the same request isn't sent twice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue