joyent-portal/frontend/src/containers/not-found/index.js

9 lines
111 B
JavaScript
Raw Normal View History

import React from 'react';
2016-10-20 04:14:26 +03:00
export default () => (
<div>
<h1>404</h1>
<h4>Not Found</h4>
</div>
);