import React from 'react' import { Box } from 'rebass' /** * @render react * @name BackgroundPrimary * @example * */ class BackgroundPrimary extends React.Component { render() { return } } export default BackgroundPrimary