Files
starr-philproperties/lib/bs/src/modules/client/hooks/rescript/Hello.js
T
kennethobsequio fbef7cb6e6 ready to test
Testing

Signed-off-by: Kenneth Obsequio <k80308392@gmail.com>
2026-06-22 10:07:20 +08:00

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 */