X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=resources%2Fjs%2Fcomponents%2Fpages%2FNotFound.js;h=19ccc7232ea2f8be9d4593da24f67f42a5516ba6;hb=18cd02860ba7889360ce3547b44faa0daa807a5e;hp=5e2059615231af6b77472783f3211310f3d6a779;hpb=25e1c9c43a09d438c20db17bc5239cbc45b454cd;p=alttp.git diff --git a/resources/js/components/pages/NotFound.js b/resources/js/components/pages/NotFound.js index 5e20596..19ccc72 100644 --- a/resources/js/components/pages/NotFound.js +++ b/resources/js/components/pages/NotFound.js @@ -1,8 +1,13 @@ import React from 'react'; +import { Helmet } from 'react-helmet'; -const NotFound = () =>
-

Not Found

-

Sorry

-
; +const NotFound = () => +
+ + Not Found + +

Not Found

+

Sorry

+
; export default NotFound;