chore(deps): fix import for latest react-helmet API

This commit is contained in:
Jean-Philippe Sirois
2020-05-11 20:27:22 -04:00
parent c5d1581f1e
commit cb0df3ec4b
+1 -1
View File
@@ -1,6 +1,6 @@
import { graphql, useStaticQuery } from "gatsby"
import React, { FC } from "react"
import Helmet from "react-helmet"
import { Helmet } from "react-helmet"
interface ISEOProps {
readonly description?: string