Files

5 lines
169 B
JavaScript

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