joyent-portal/frontend/src/containers/not-found/index.js
2017-02-23 15:09:27 +00:00

9 lines
111 B
JavaScript

import React from 'react';
export default () => (
<div>
<h1>404</h1>
<h4>Not Found</h4>
</div>
);