import { renderToString } from "npm:preact-render-to-string@6";

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