mirror of
https://github.com/Equicord/Equicord.git
synced 2025-05-10 17:35:37 +02:00
Fix Lint
This commit is contained in:
parent
4a6e009a00
commit
8c4af321bf
2 changed files with 2 additions and 3 deletions
|
@ -22,7 +22,7 @@ import { ButtonProps } from "@webpack/types";
|
|||
|
||||
import { Heart } from "./Heart";
|
||||
|
||||
export default function VCDonateButton({
|
||||
export function VCDonateButton({
|
||||
look = Button.Looks.LINK,
|
||||
color = Button.Colors.TRANSPARENT,
|
||||
...props
|
||||
|
|
|
@ -19,8 +19,7 @@
|
|||
import "./fixDiscordBadgePadding.css";
|
||||
|
||||
import { _getBadges, BadgePosition, BadgeUserArgs, ProfileBadge } from "@api/Badges";
|
||||
import VCDonateButton from "@components/DonateButton";
|
||||
import DonateButton from "@components/DonateButton";
|
||||
import DonateButton, { VCDonateButton } from "@components/DonateButton";
|
||||
import ErrorBoundary from "@components/ErrorBoundary";
|
||||
import { Flex } from "@components/Flex";
|
||||
import { Heart } from "@components/Heart";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue