initial layout
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import React, { Component } from 'react';
|
||||
|
||||
class NotFound extends Component {
|
||||
render() {
|
||||
return (
|
||||
<h1>404 Not Found</h1>
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
export default NotFound;
|
||||
Reference in New Issue
Block a user