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

LBRY is not running

); } });