chore(website): fix typecheck issues

This commit is contained in:
Elian Doran
2025-09-27 22:36:26 +03:00
parent a15aab395a
commit 5ac2892e34
15 changed files with 45 additions and 41 deletions

View File

@@ -1,11 +1,11 @@
import Section from "../../components/Section";
import Section from "../../components/Section.js";
import "./SupportUs.css";
import githubIcon from "../../assets/boxicons/bx-github.svg?raw";
import paypalIcon from "../../assets/boxicons/bx-paypal.svg?raw";
import buyMeACoffeeIcon from "../../assets/boxicons/bx-buy-me-a-coffee.svg?raw";
import Button, { Link } from "../../components/Button";
import Card from "../../components/Card";
import { usePageTitle } from "../../hooks";
import Button, { Link } from "../../components/Button.js";
import Card from "../../components/Card.js";
import { usePageTitle } from "../../hooks.js";
export default function Donate() {
usePageTitle("Support us");