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