diff --git a/html.jsx b/html.jsx index 1cbff4da31b28..865f26e2158a1 100644 --- a/html.jsx +++ b/html.jsx @@ -1,6 +1,7 @@ import React from 'react'; import DocumentTitle from 'react-document-title'; +import { link } from 'gatsby-helpers'; import { TypographyStyle } from 'utils/typography' @@ -24,7 +25,7 @@ module.exports = React.createClass({
-