diff --git a/islands/CounterCard.tsx b/islands/CounterCard.tsx index 4a63f42..433a1a9 100644 --- a/islands/CounterCard.tsx +++ b/islands/CounterCard.tsx @@ -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;