diff --git a/src/index.tsx b/src/index.tsx index ab78040..ba2d000 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,7 +1,7 @@ import { hydrate, prerender as ssr } from "preact-iso"; import "./style.css"; -import { computed, effect, signal } from "@preact/signals"; +import { computed, effect, signal, useSignal } from "@preact/signals"; const fonts: Record = { "AB-Equinox": { @@ -97,6 +97,7 @@ export function App() {
+