import React from 'react' import { BackgroundTertiary } from 'components/UI' /** * @render react * @name Sidebar * @example * Some content */ const Sidebar = props => Sidebar.small = props => Sidebar.medium = props => Sidebar.large = props => Sidebar.small.displayName = 'Sidebar Small' Sidebar.medium.displayName = 'Sidebar Medium' Sidebar.large.displayName = 'Sidebar Large' export default Sidebar