UNPKG

gatsby-theme-docz

Version:

Gatsby theme created to use Docz

5 lines (3 loc) 100 B
import React from 'react' const Wrapper = ({ children }) => <>{children}</> export default Wrapper