5 lines
77 B
JavaScript
5 lines
77 B
JavaScript
/* @jsxFrag React.Fragment */
|
|
|
|
/* @jsx h */
|
|
h(React.Fragment, null, "Test");
|