Skip to content

Instantly share code, notes, and snippets.

@tobob
Created December 30, 2020 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tobob/efb0e073d866ba9a90a6dbaff0a77f62 to your computer and use it in GitHub Desktop.
Save tobob/efb0e073d866ba9a90a6dbaff0a77f62 to your computer and use it in GitHub Desktop.
import React from "react"
import { graphql } from "gatsby"
const CodeComponent = () => <div><span></span></div>
export default CodeComponent
export const query = graphql`
fragment CodeComponentFragment on ContentfulCodeComponent {
url
__typename
}
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment