summaryrefslogtreecommitdiff
path: root/tests/registry/jsr/@denotest/jsx-with-no-pragmas/1.0.0/foo.jsx
blob: ae310a74ead3ae757f0855f4fd5c8d299ea901c3 (plain)
1
2
3
4
5
import { renderToString } from "npm:preact-render-to-string";

export default function render() {
  return renderToString(<div>foo.jsx</div>);
}