replace react-document-title with react-helmet

This commit is contained in:
Vincent Taverna
2016-11-23 16:41:17 -05:00
parent 512a7d471d
commit d0ef44d107
6 changed files with 27 additions and 31 deletions

View File

@@ -1,7 +1,6 @@
import React from 'react'
import moment from 'moment'
import { RouteHandler, Link } from 'react-router'
import DocumentTitle from 'react-document-title'
import { prefixLink } from 'gatsby-helpers'
import access from 'safe-access'
import { config } from 'config'