summaryrefslogtreecommitdiff
path: root/tests/testdata/check/jsximportsource_importmap_config/main.bundle.js
blob: 6f39c876eb761a3451da8a7958e04516c1221ce4 (plain)
1
2
3
4
5
6
7
8
9
// 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 };