UNPKG

gatsby-theme-wordpress-mdx

Version:

<p align="center"> <img width='200px' alt="Gatsby Theme" src="https://raw.githubusercontent.com/artezan/gatsby-theme-wordpress-mdx/master/%40artezan/gatsby-theme-wordpress-mdx/dn.png" />

10 lines (8 loc) 243 B
/** @jsx jsx */ import { jsx, Styled } from 'theme-ui' import { AboutSection } from '../components/sections/About/AboutSection' export const AboutLayout = props => ( <Styled.div {...props}> <AboutSection {...props} /> </Styled.div> )