// deno-fmt-ignore-file // deno-lint-ignore-file // This code was bundled using `deno bundle` and it's not recommended to edit it manually const makeParagraph = ()=>jsx("p", { children: "A paragraph!" }); export { makeParagraph as makeParagraph };