import React from "react"; import { Card, CardBody, CardText, CardTitle, CardImg } from "../../"; export default (
Some quick example text to build on the card title and make up the bulk of the card's content.
Card title Some quick example text to build on the card title and make up the bulk of the card's content. {/*ToDo: use Button Component*/}
);