chore(client): Move client app to /client
This commit is contained in:
committed by
mrugesh mohapatra
parent
0e4f588a1c
commit
e59ad6ebda
11
client/src/pages/404.js
Normal file
11
client/src/pages/404.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
import Layout from '../components/Layout';
|
||||
|
||||
const NotFoundPage = () => (
|
||||
<Layout>
|
||||
<h1>NOT FOUND</h1>
|
||||
<p>You just hit a route that doesn't exist... the sadness.</p>
|
||||
</Layout>
|
||||
);
|
||||
|
||||
export default NotFoundPage;
|
Reference in New Issue
Block a user