Remove helmet from html.js

This commit is contained in:
Kyle Mathews 2017-07-11 15:54:08 -07:00
parent 6d41ce1008
commit 237d334e60

View file

@ -1,6 +1,5 @@
import React from "react" import React from "react"
import { TypographyStyle } from "react-typography" import { TypographyStyle } from "react-typography"
import Helmet from "react-helmet"
import typography from "./utils/typography" import typography from "./utils/typography"
@ -15,7 +14,6 @@ if (process.env.NODE_ENV === `production`) {
export default class HTML extends React.Component { export default class HTML extends React.Component {
render() { render() {
const head = Helmet.rewind()
let css let css
if (process.env.NODE_ENV === `production`) { if (process.env.NODE_ENV === `production`) {
css = ( css = (