import React from "react"; import PropTypes from "prop-types"; function LightCTAD(props) { return (

ROOF PARTY POLAROID

Master Cleanse Reliac Heirloom

); } LightCTAD.defaultProps = { theme: 'indigo' }; LightCTAD.propTypes = { theme: PropTypes.string.isRequired }; export default LightCTAD;