content.js 79 B

1234
  1. export const Content = ({children}) =>
  2. <div>
  3. {children}
  4. </div>