From 729539670c0aa56ab29f760d7028379527272823 Mon Sep 17 00:00:00 2001 From: Luna Date: Wed, 29 May 2024 18:46:28 -0400 Subject: [PATCH] fix lint --- src/plugins/bannersEverywhere/index.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/plugins/bannersEverywhere/index.tsx b/src/plugins/bannersEverywhere/index.tsx index 81d58f686..b23026b73 100644 --- a/src/plugins/bannersEverywhere/index.tsx +++ b/src/plugins/bannersEverywhere/index.tsx @@ -4,8 +4,9 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ +import "./index.css"; + import { definePluginSettings } from "@api/Settings"; -import { disableStyle, enableStyle } from "@api/Styles"; import ErrorBoundary from "@components/ErrorBoundary"; import { Devs } from "@utils/constants"; import { fetchUserProfile } from "@utils/discord"; @@ -15,8 +16,6 @@ import definePlugin, { OptionType } from "@utils/types"; import { useEffect, UserProfileStore, useStateFromStores } from "@webpack/common"; import { User } from "discord-types/general"; -import "./index.css"; - const settings = definePluginSettings({ animate: { description: "Animate banners",