UNPKG

gatsby-theme-docz

Version:

Gatsby theme created to use Docz

5 lines (3 loc) 107 B
/** @jsx jsx */ import { jsx } from 'theme-ui' export const Pre = ({ children }) => <div>{children}</div>