Created
December 30, 2020 11:03
-
-
Save tobob/efb0e073d866ba9a90a6dbaff0a77f62 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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