import React from "react"; import { StateLake } from "statelake"; const store = new StateLake({ count: ""}); export default function App() { const [count, setCount] = store.useState("count")(); return (