'use strict'; import React from 'react'; var UhOh = React.createClass({ displayName: 'UhOh', render: function () { return (

404 Not found

UhOh that is a bummer.

); } }); module.exports = UhOh;