style: fix lint issues

This commit is contained in:
Jean-Philippe Sirois
2019-08-18 23:58:11 -04:00
parent 71557fa75b
commit e7f1f0728a
23 changed files with 55 additions and 51 deletions
+3 -3
View File
@@ -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 {