import { useSignal } from "@preact/signals"; import Counter from "../islands/Counter.tsx"; export default function Home() { const count = useSignal(3); return (
Try updating this message in the
./routes/index.tsx
file, and refresh.