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