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