import React from 'react'; import { Row, Col } from 'joyent-react-styled-flexboxgrid'; import { Margin } from 'styled-components-spacing'; import { P } from 'joyent-ui-toolkit'; export default ({ children }) => (

{children}

);