import { Card, CardHeader, CardBody, CardTitle, CardText, CardLink } from 'reactstrap' const SecondPage = () => { return ( Create Awesome 🙌 This is your second page. Chocolate sesame snaps pie carrot cake pastry pie lollipop muffin. Carrot cake dragée chupa chups jujubes. Macaroon liquorice cookie wafer tart marzipan bonbon. Gingerbread jelly-o dragée chocolate. ) } export default SecondPage