mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 18:45:55 +08:00
5 lines
167 B
JavaScript
5 lines
167 B
JavaScript
import FeaturedButton from '../components/FeaturedButton';
|
|
import {withTags} from 'plugin-api/beta/client/hocs';
|
|
|
|
export default withTags('featured')(FeaturedButton);
|