]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/components/pages/NotFound.js
improved directory structure
[alttp.git] / resources / js / components / pages / NotFound.js
diff --git a/resources/js/components/pages/NotFound.js b/resources/js/components/pages/NotFound.js
deleted file mode 100644 (file)
index 19ccc72..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-import React from 'react';
-import { Helmet } from 'react-helmet';
-
-const NotFound = () =>
-       <div>
-               <Helmet>
-                       <title>Not Found</title>
-               </Helmet>
-               <h1>Not Found</h1>
-               <p>Sorry</p>
-       </div>;
-
-export default NotFound;