mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-07 13:43:03 -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() {
|
||||
|
||||
}
|
||||
});
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
import "./index.css";
|
||||
import "./style.css";
|
||||
|
||||
import { openNotificationLogModal } from "@api/Notifications/notificationLog";
|
||||
import { migratePluginSettings, Settings, useSettings } from "@api/Settings";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue