create simple hello world app
This commit is contained in:
9
client/src/scenes/NotFound/index.js
Normal file
9
client/src/scenes/NotFound/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
|
||||
export default function NotFound () {
|
||||
return (
|
||||
<div>
|
||||
<h1>Page not found</h1>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user