fix breaking change
This commit is contained in:
parent
6c6535b269
commit
009ee1da7b
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import PropTypes from "prop-types";
|
import PropTypes from "prop-types";
|
||||||
import Helmet from "react-helmet";
|
import { Helmet } from "react-helmet";
|
||||||
import { useStaticQuery, graphql } from "gatsby";
|
import { useStaticQuery, graphql } from "gatsby";
|
||||||
|
|
||||||
function SEO({ lang, meta }) {
|
function SEO({ lang, meta }) {
|
||||||
|
|
Reference in New Issue