1 2 3 4 5 6 7 8 9
/** @jsxImportSource http://localhost:4545/jsx */ function A() { return "hello"; } export function B() { return <A></A>; }