fix breaking change

This commit is contained in:
Karol Wypchlo 2020-04-23 18:05:02 +02:00
parent 6c6535b269
commit 009ee1da7b
1 changed files with 1 additions and 1 deletions

View File

@ -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 }) {