Update 404.js

This commit is contained in:
Matthew Johnston
2015-07-28 14:34:47 +01:00
parent 379444515b
commit 7a806f6d89

View File

@@ -9,7 +9,7 @@
var React = require('React');
var four_oh_four = React.createClass({
var fourOhFour = React.createClass({
render: function() {
return (
<html>
@@ -22,4 +22,4 @@ var four_oh_four = React.createClass({
}
});
module.exports = four_oh_four;
module.exports = fourOhFour;