import cn from 'classnames'; import stl from './content.css'; const Content = ({ children, className, ...props }) => (
{ children }
); Content.displayName = 'Content'; export default Content;