/** @jsxRuntime automatic *//** @jsxImportSource npm:preact */ // deno-fmt-ignore-file import { renderToString } from "npm:preact-render-to-string"; export default function render() { return renderToString(<div>foo.tsx</div>); }