diff --git a/src/components/seo.js b/src/components/seo.js index 32444d10..f2239c1b 100644 --- a/src/components/seo.js +++ b/src/components/seo.js @@ -7,7 +7,7 @@ import React from "react"; import PropTypes from "prop-types"; -import Helmet from "react-helmet"; +import { Helmet } from "react-helmet"; import { useStaticQuery, graphql } from "gatsby"; function SEO({ lang, meta }) {