Remove unused import

This commit is contained in:
Ayane 2023-09-19 13:18:27 +08:00
parent e491860f51
commit 35a788ac1c
No known key found for this signature in database
GPG key ID: C0847AF3A399E77B

View file

@ -1,5 +1,4 @@
import { Handlers } from "$fresh/server.ts"; import { Handlers } from "$fresh/server.ts";
import { useSignal } from "https://esm.sh/v132/@preact/signals@1.1.3/X-ZS8q/dist/signals.js";
import Counter from "../islands/CounterCard.tsx"; import Counter from "../islands/CounterCard.tsx";
import { getGlobalStatistics, setGlobalStatistics } from "../shared/db.ts"; import { getGlobalStatistics, setGlobalStatistics } from "../shared/db.ts";