mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-05 16:06:15 +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 { graphql, useStaticQuery } from "gatsby"
|
||||||
import React, { FC } from "react"
|
import React, { FC } from "react"
|
||||||
import Helmet from "react-helmet"
|
import { Helmet } from "react-helmet"
|
||||||
|
|
||||||
interface ISEOProps {
|
interface ISEOProps {
|
||||||
readonly description?: string
|
readonly description?: string
|
||||||
|
|||||||
Reference in New Issue
Block a user