client.tsx
import hydrate from "ultra/hydrate.js"; import App from "./src/app.tsx"; hydrate(document, <App />);
deno check
document