diff --git a/src/generic/upsell-bullets/UpsellBullets.jsx b/src/generic/upsell-bullets/UpsellBullets.jsx new file mode 100644 index 0000000000..e631ebae02 --- /dev/null +++ b/src/generic/upsell-bullets/UpsellBullets.jsx @@ -0,0 +1,105 @@ +import React from 'react'; +import { faCheck } from '@fortawesome/free-solid-svg-icons'; +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; +import { FormattedMessage } from '@edx/frontend-platform/i18n'; +import { getConfig } from '@edx/frontend-platform'; + +const CheckmarkBullet = () => ( + +); + +// Must be child of a