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