let component = ReasonReact.statelessComponent "Index"; let make _children => { ...component, render: fun _self => {
(ReasonReact.stringToElement "HOME PAGE is here!")