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" />

6 lines (4 loc) 173 B
/** @jsx jsx */ import { jsx } from 'theme-ui' import { MixPostsContainer } from '../components/AllPosts' export const AllPosts = props => <MixPostsContainer {...props} />