Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lillithkt committed May 29, 2024
1 parent c8fa84b commit 7295396
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/plugins/bannersEverywhere/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand All @@ -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",
Expand Down

0 comments on commit 7295396

Please sign in to comment.