We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3720269 commit 906b83cCopy full SHA for 906b83c
src/containers/NotFound/NotFound.js
@@ -1,7 +1,10 @@
1
import React from 'react';
2
+import Helmet from 'react-helmet';
3
4
export default function NotFound() {
5
return (
6
+ <Helmet title="Not Found"/>
7
+
8
<div className="container">
9
<h1>Doh! 404!</h1>
10
<p>These are <em>not</em> the droids you are looking for!</p>
0 commit comments