import React from "react"; const StackableContainer = (props) => (
{props.children}
); export default StackableContainer;