/** * External dependencies */ import { __ } from '@wordpress/i18n'; import { Button, Card, CardHeader, CardBody } from '@wordpress/components'; import { Icon, megaphone } from '@wordpress/icons'; /** * Internal dependencies */ import { CardHeaderTitle } from '~/marketing/components'; import './Campaigns.scss'; export const Campaigns = () => { return ( { __( 'Campaigns', 'woocommerce' ) }
{ __( 'Advertise with marketing campaigns', 'woocommerce' ) }
{ __( 'Easily create and manage marketing campaigns without leaving WooCommerce.', 'woocommerce' ) }
); };