import FeaturedButton from '../components/FeaturedButton'; import {withTags} from 'plugin-api/beta/client/hocs'; export default withTags('featured')(FeaturedButton);