Remove helmet from html.js
This commit is contained in:
parent
6d41ce1008
commit
237d334e60
1 changed files with 0 additions and 2 deletions
|
|
@ -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 = (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue