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,5 +1,5 @@
import { ComponentChildren } from "preact";
import Icon from "./Icon";
import Icon from "./Icon.js";
import "./Button.css";
interface LinkProps {