]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/components/pages/NotFound.js
basic result display
[alttp.git] / resources / js / components / pages / NotFound.js
diff --git a/resources/js/components/pages/NotFound.js b/resources/js/components/pages/NotFound.js
new file mode 100644 (file)
index 0000000..5e20596
--- /dev/null
@@ -0,0 +1,8 @@
+import React from 'react';
+
+const NotFound = () => <div>
+       <h1>Not Found</h1>
+       <p>Sorry</p>
+</div>;
+
+export default NotFound;