Thanks Travis

Gotta love missing semicolons
This commit is contained in:
The_Grits 2017-04-01 13:06:45 -04:00 committed by GitHub
parent 68d10ffe32
commit 94dec64045

View file

@ -164,6 +164,6 @@ var Download = React.createClass({
</div> </div>
); );
} }
}) });
render(<Page><Download /></Page>, document.getElementById('app')); render(<Page><Download /></Page>, document.getElementById('app'));