X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fcomponents%2Fpages%2FNotFound.js;fp=resources%2Fjs%2Fcomponents%2Fpages%2FNotFound.js;h=5e2059615231af6b77472783f3211310f3d6a779;hb=edd0e97bfdc544114f30bf4c13a929631c44a555;hp=0000000000000000000000000000000000000000;hpb=55f2d7cd6c290a0d26db177d54d20c393f890bbb;p=alttp.git diff --git a/resources/js/components/pages/NotFound.js b/resources/js/components/pages/NotFound.js new file mode 100644 index 0000000..5e20596 --- /dev/null +++ b/resources/js/components/pages/NotFound.js @@ -0,0 +1,8 @@ +import React from 'react'; + +const NotFound = () =>
+

Not Found

+

Sorry

+
; + +export default NotFound;