1
0
mirror of https://github.com/yldio/copilot.git synced 2024-11-14 07:10:05 +02:00
copilot/spikes/stacks/redux-thunk/src/client/containers/not-found.js
2016-10-14 10:45:12 +01:00

8 lines
100 B
JavaScript

const React = require('react');
module.exports = () => {
return (
<h1>Not found</h1>
);
};