diff --git a/src/components/SEO/index.tsx b/src/components/SEO/index.tsx index 693031e..95aac58 100644 --- a/src/components/SEO/index.tsx +++ b/src/components/SEO/index.tsx @@ -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