mirror of
https://github.com/rgrgogu/new_starr.git
synced 2026-09-27 00:12:54 +08:00
17 lines
282 B
JavaScript
17 lines
282 B
JavaScript
// Generated by ReScript, PLEASE EDIT WITH CARE
|
|
|
|
import * as JsxRuntime from "react/jsx-runtime";
|
|
|
|
function Hello(props) {
|
|
return JsxRuntime.jsx("div", {
|
|
children: "ReScript is working!"
|
|
});
|
|
}
|
|
|
|
let make = Hello;
|
|
|
|
export {
|
|
make,
|
|
}
|
|
/* react/jsx-runtime Not a pure module */
|