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