Removed unused import

This commit is contained in:
Ayane 2023-09-19 14:46:57 +08:00
parent d155724a14
commit bce27d76ed
No known key found for this signature in database
GPG key ID: C0847AF3A399E77B

View file

@ -1,7 +1,6 @@
import { Button } from "../components/Button.tsx";
import { useEffect, useState } from "preact/hooks";
import axios from "axios-web";
import { Signal } from "@preact/signals-core";
interface SharedProps {
globalCount: number;