Switch to use react-typography

This commit is contained in:
Kyle Mathews 2016-08-04 16:17:57 -06:00
parent 728dee0b30
commit 8adca0d4ab
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
import React from 'react'
import DocumentTitle from 'react-document-title'
import { prefixLink } from 'gatsby-helpers'
import { GoogleFont, TypographyStyle } from 'typography-react'
import { GoogleFont, TypographyStyle } from 'react-typography'
import typography from './utils/typography'
const BUILD_TIME = new Date().getTime()