Files
talk/plugins/talk-plugin-featured-comments/client/containers/FeaturedButton.js
T

5 lines
167 B
JavaScript

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