mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-06 07:56:11 +02:00
refact: clean up unused variables & setup matching lint rule
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
import { graphql } from "gatsby"
|
||||
import React, { Fragment } from "react"
|
||||
import { MarkdownRemark, Query } from "../../generated/graphql"
|
||||
import { MarkdownRemark } from "../../generated/graphql"
|
||||
import { Markdown } from "../components/Markdown"
|
||||
import { SEO } from "../components/SEO"
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import { Link } from "gatsby"
|
||||
import React, { Fragment } from "react"
|
||||
|
||||
import { SEO } from "../components/SEO"
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
import { graphql } from "gatsby"
|
||||
import React, { Fragment } from "react"
|
||||
import { MarkdownRemark, Query } from "../../generated/graphql"
|
||||
import { MarkdownRemark } from "../../generated/graphql"
|
||||
import { Markdown } from "../components/Markdown"
|
||||
import { SEO } from "../components/SEO"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user