Client/admin #41

Merged
KevinMidboe merged 13 commits from client/admin into master 2017-10-06 10:28:06 +00:00
Showing only changes of commit 1633be1276 - Show all commits

View File

@@ -0,0 +1,10 @@
// components/NotFound.js
import React from 'react';
const NotFound = () =>
<div>
<h3>404 page not found</h3>
<p>We are sorry but the page you are looking for does not exist.</p>
</div>
export default NotFound;