fix: resolve missing type imports

This commit is contained in:
Jean-Philippe Sirois
2019-09-14 19:54:25 -04:00
parent d933820454
commit 120920c40c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
import { graphql } from "gatsby"
import React, { Fragment } from "react"
import { MarkdownRemark } from "../../generated/graphql"
import { ComponentQuery } from "../../typings"
import { Markdown } from "../components/Markdown"
import { SEO } from "../components/SEO"
+1
View File
@@ -1,6 +1,7 @@
import { graphql } from "gatsby"
import React, { Fragment } from "react"
import { MarkdownRemark } from "../../generated/graphql"
import { ComponentQuery } from "../../typings"
import { Markdown } from "../components/Markdown"
import { SEO } from "../components/SEO"