fix: missing styles
This commit is contained in:
parent
d43eebe0e4
commit
141b1a7041
|
@ -4,6 +4,8 @@
|
||||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
import "./colorStyles.css";
|
||||||
|
|
||||||
import { classNameFactory } from "@api/Styles";
|
import { classNameFactory } from "@api/Styles";
|
||||||
import { LazyComponent } from "@utils/react";
|
import { LazyComponent } from "@utils/react";
|
||||||
import { find, findByCodeLazy } from "@webpack";
|
import { find, findByCodeLazy } from "@webpack";
|
||||||
|
|
Loading…
Reference in a new issue