import create from "stalo"; const [useCount, setCount] = create(0); export default function Counter() { return ( <>