UNPKG

@shopgate/engage

Version:
12 lines (10 loc) 323 B
import { defaultProps, propTypes } from "./props"; /** * The featured video component. * @returns {JSX} */ const FeaturedVideo = () => null; // Not yet implemented FeaturedVideo.propTypes = propTypes; FeaturedVideo.defaultProps = defaultProps; FeaturedVideo.displayName = 'FeaturedVideo'; export default FeaturedVideo;