mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 17:25:59 +02:00
Add types for react and tsconfig
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import * as React from "react"
|
||||
import PropTypes from "prop-types"
|
||||
import React from "react"
|
||||
import Helmet from "react-helmet"
|
||||
import { useStaticQuery, graphql } from "gatsby"
|
||||
|
||||
@@ -67,9 +66,9 @@ const SEO = ({ description = "", lang = "en", meta = [], title }: SEOProps) => {
|
||||
name: `twitter:description`,
|
||||
content: metaDescription,
|
||||
},
|
||||
].concat(meta)}
|
||||
]}
|
||||
/>
|
||||
)
|
||||
}
|
||||
};
|
||||
|
||||
export default SEO
|
||||
|
||||
Reference in New Issue
Block a user