fix: missing styles

This commit is contained in:
Lewis Crichton 2023-09-10 13:43:41 +01:00
parent d43eebe0e4
commit 141b1a7041
No known key found for this signature in database

View file

@ -4,6 +4,8 @@
* SPDX-License-Identifier: GPL-3.0-or-later
*/
import "./colorStyles.css";
import { classNameFactory } from "@api/Styles";
import { LazyComponent } from "@utils/react";
import { find, findByCodeLazy } from "@webpack";