const StackableContainer = (props) => (
{props.children}
); export default StackableContainer;