diff --git a/src/containers/NotFound/NotFound.js b/src/containers/NotFound/NotFound.js index 61b851204..b5baa854c 100644 --- a/src/containers/NotFound/NotFound.js +++ b/src/containers/NotFound/NotFound.js @@ -1,7 +1,10 @@ import React from 'react'; +import Helmet from 'react-helmet'; export default function NotFound() { return ( + +

Doh! 404!

These are not the droids you are looking for!