diff --git a/app/scenes/Error404.js b/app/scenes/Error404.js index f4f30847c..b1b94158e 100644 --- a/app/scenes/Error404.js +++ b/app/scenes/Error404.js @@ -1,5 +1,6 @@ // @flow import * as React from "react"; +import { Link } from "react-router-dom"; import CenteredContent from "components/CenteredContent"; import Empty from "components/Empty"; import PageTitle from "components/PageTitle"; @@ -10,8 +11,8 @@ const Error404 = () => {

Not found

- We were unable to find the page you’re looking for. Go to the  - homepage? + We were unable to find the page you’re looking for. Go to the{" "} + homepage? );