7 lines
109 B
JavaScript

import { jsx as _jsx } from "foo/jsx-runtime";
/* @jsxImportSource foo*/
_jsx("div", {
children: "Hi"
});