import { Container } from "react-bootstrap"; function ListCard(props) { return {props.children}; } export default ListCard;