mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 17:25:59 +02:00
chore(deps): fix import for latest react-helmet API
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user