From 237d334e60f4dda981dafa12e3ef0a484faae4d1 Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Tue, 11 Jul 2017 15:54:08 -0700 Subject: [PATCH] Remove helmet from html.js --- src/html.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/html.js b/src/html.js index 95ee49b..7472e8e 100644 --- a/src/html.js +++ b/src/html.js @@ -1,6 +1,5 @@ import React from "react" import { TypographyStyle } from "react-typography" -import Helmet from "react-helmet" import typography from "./utils/typography" @@ -15,7 +14,6 @@ if (process.env.NODE_ENV === `production`) { export default class HTML extends React.Component { render() { - const head = Helmet.rewind() let css if (process.env.NODE_ENV === `production`) { css = (