# App Promo This component is used to display the Mobile App Promo to users. ## How to use ```js import AppPromo from 'calypso/blocks/app-promo'; function render() { return ( ); } ```