]> git.localhorst.tv Git - alttp.git/blob - resources/js/components/pages/NotFound.js
basic result display
[alttp.git] / resources / js / components / pages / NotFound.js
1 import React from 'react';
2
3 const NotFound = () => <div>
4         <h1>Not Found</h1>
5         <p>Sorry</p>
6 </div>;
7
8 export default NotFound;