let component = ReasonReact.statelessComponent("About"); let make = (_children) => { ...component, render: (_self) =>
(ReasonReact.string("This is the about page."))