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 = (