mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-26 14:48:21 -04:00
index.css -> style.css
This commit is contained in:
parent
bd095525d8
commit
b8fa19310d
5 changed files with 2 additions and 5 deletions
|
@ -12,7 +12,7 @@ import definePlugin, { OptionType, Plugin } from "@utils/types";
|
|||
import { findStoreLazy } from "@webpack";
|
||||
import { User } from "discord-types/general";
|
||||
|
||||
import style from "./index.css?managed";
|
||||
import style from "./style.css?managed";
|
||||
|
||||
interface iUSRBG extends Plugin {
|
||||
userHasBackground(userId: string);
|
||||
|
|
|
@ -103,7 +103,4 @@ export default definePlugin({
|
|||
setScrollHook(Math.max(0, Math.min(newValue, emojisLength - this.getMaxQuickReactions())));
|
||||
};
|
||||
},
|
||||
AddReactionsButton() {
|
||||
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue