let component = ReasonReact.statelessComponent "Index"; let make _children => { ...component, render: fun _self => {

(ReasonReact.stringToElement "HOME PAGE is here!")

} }; let jsComponent = ReasonReact.wrapReasonForJs ::component (fun _jsProps => make [||])