mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-06 16:06:12 +02:00
style: fix lint issues
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
import React, { Fragment } from "react"
|
||||
import { graphql } from "gatsby"
|
||||
import { Markdown } from "../components/Markdown"
|
||||
import React, { Fragment } from "react"
|
||||
import { MarkdownRemark, Query } from "../../generated/graphql"
|
||||
import { Markdown } from "../components/Markdown"
|
||||
import { SEO } from "../components/SEO"
|
||||
|
||||
function AboutPage({ data }: ComponentQuery<{ md: MarkdownRemark }>) {
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
import React, { Fragment } from "react"
|
||||
import { Link } from "gatsby"
|
||||
import React, { Fragment } from "react"
|
||||
|
||||
import { SEO } from "../components/SEO"
|
||||
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
import React, { Fragment } from "react"
|
||||
import { graphql } from "gatsby"
|
||||
import { Markdown } from "../components/Markdown"
|
||||
import React, { Fragment } from "react"
|
||||
import { MarkdownRemark, Query } from "../../generated/graphql"
|
||||
import { Markdown } from "../components/Markdown"
|
||||
import { SEO } from "../components/SEO"
|
||||
|
||||
function RulesPage({ data }: ComponentQuery<{ md: MarkdownRemark }>) {
|
||||
|
||||
Reference in New Issue
Block a user