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,6 +1,6 @@
import { getRecommendedDownload } from "../download-helper";
import { getRecommendedDownload } from "../download-helper.js";
import "./DownloadButton.css";
import Button from "./Button";
import Button from "./Button.js";
import downloadIcon from "../assets/boxicons/bx-arrow-in-down-square-half.svg?raw";
import packageJson from "../../../../package.json" with { type: "json" };