var StartPage = React.createClass({ componentWillMount: function() { lbry.stop(); }, render: function() { return (

LBRY has closed

); } });