GrappleGQL / gatsby-source-wagtail

Plugin for sourcing Gatsby data from Wagtail CMS
17 stars 12 forks source link

Fix <div> tag and function definition in example #9

Closed fabienheureux closed 4 years ago

fabienheureux commented 4 years ago

This snippet is not JS valid. export default ({ data }) => { or const BlogPage = ({ data }) => { or export default function BlogPage({ data }) { would be valid.

Also, the <div> tag is wrongly closed 😁