fix ts error

This commit is contained in:
licoy 2024-06-27 15:13:45 +08:00
parent b6735bffe4
commit a51fb24f36
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
"use client";
import React from "react";
import { IconButton } from "./button";
import GithubIcon from "../icons/github.svg";