Files
talk/plugins/talk-plugin-featured-comments/client/containers/FeaturedButton.js
T
2018-01-11 20:00:34 -07:00

5 lines
169 B
JavaScript

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