style: grr

This commit is contained in:
Lewis Crichton 2023-10-16 22:54:29 +01:00
parent b6547b463b
commit c12dd258a6
No known key found for this signature in database

View file

@ -35,7 +35,7 @@ import { getThemeInfo, stripBOM, type UserThemeHeader } from "@utils/themes/bd";
import { usercssParse } from "@utils/themes/usercss";
import { findByCodeLazy, findByPropsLazy, findLazy } from "@webpack";
import { Button, Card, FluxDispatcher, Forms, React, showToast, TabBar, TextArea, Tooltip, useEffect, useMemo, useRef, useState } from "@webpack/common";
import { type ComponentType, type Ref, type SyntheticEvent } from "react";
import type { ComponentType, Ref, SyntheticEvent } from "react";
import type { UserstyleHeader } from "usercss-meta";
import { isPluginEnabled } from "../../plugins";