source: frontend/src/Components/Layout/Listings/ListingCard.js@ e9b4ba9

Last change on this file since e9b4ba9 was e9b4ba9, checked in by darsov2 <62809499+darsov2@…>, 6 months ago

prototype

  • Property mode set to 100644
File size: 167 bytes
Line 
1import { Container } from "react-bootstrap";
2
3function ListCard(props) {
4 return <Container className="my-5">{props.children}</Container>;
5}
6
7export default ListCard;
Note: See TracBrowser for help on using the repository browser.