mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-07 23:43:57 +02:00
fix: resolve missing type imports
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
import { graphql } from "gatsby"
|
import { graphql } from "gatsby"
|
||||||
import React, { Fragment } from "react"
|
import React, { Fragment } from "react"
|
||||||
import { MarkdownRemark } from "../../generated/graphql"
|
import { MarkdownRemark } from "../../generated/graphql"
|
||||||
|
import { ComponentQuery } from "../../typings"
|
||||||
import { Markdown } from "../components/Markdown"
|
import { Markdown } from "../components/Markdown"
|
||||||
import { SEO } from "../components/SEO"
|
import { SEO } from "../components/SEO"
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
import { graphql } from "gatsby"
|
import { graphql } from "gatsby"
|
||||||
import React, { Fragment } from "react"
|
import React, { Fragment } from "react"
|
||||||
import { MarkdownRemark } from "../../generated/graphql"
|
import { MarkdownRemark } from "../../generated/graphql"
|
||||||
|
import { ComponentQuery } from "../../typings"
|
||||||
import { Markdown } from "../components/Markdown"
|
import { Markdown } from "../components/Markdown"
|
||||||
import { SEO } from "../components/SEO"
|
import { SEO } from "../components/SEO"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user