mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-05 23:43:37 +02:00
style: fix lint issues
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { graphql, useStaticQuery } from "gatsby"
|
||||
import React from "react"
|
||||
import Helmet from "react-helmet"
|
||||
import { useStaticQuery, graphql } from "gatsby"
|
||||
|
||||
interface SEOProps {
|
||||
interface ISEOProps {
|
||||
readonly description?: string
|
||||
readonly lang?: string
|
||||
readonly meta?: any[]
|
||||
@@ -16,7 +16,7 @@ export function SEO({
|
||||
meta = [],
|
||||
keywords = [],
|
||||
title,
|
||||
}: SEOProps) {
|
||||
}: ISEOProps) {
|
||||
const { site } = useStaticQuery(
|
||||
graphql`
|
||||
query {
|
||||
|
||||
Reference in New Issue
Block a user