mirror of
https://github.com/wassname/talk.git
synced 2026-07-31 12:50:48 +08:00
5 lines
143 B
JavaScript
5 lines
143 B
JavaScript
import Button from '../components/Button';
|
|
import {withTags} from 'plugin-api/beta/client/hocs';
|
|
|
|
export default withTags('featured')(Button);
|