committed by
Mrugesh Mohapatra
parent
f962d7774a
commit
54a9f70574
@@ -12,9 +12,7 @@ const propTypes = {
|
||||
})
|
||||
};
|
||||
|
||||
function SuperBlockIntroductionPage(
|
||||
{ data: { markdownRemark } }
|
||||
) {
|
||||
function SuperBlockIntroductionPage({ data: { markdownRemark } }) {
|
||||
const { html, frontmatter: { superBlock } } = markdownRemark;
|
||||
return (
|
||||
<Fragment>
|
||||
|
Reference in New Issue
Block a user