mirror of
https://github.com/wassname/talk.git
synced 2026-07-31 12:50:48 +08:00
Container for Button
This commit is contained in:
@@ -3,7 +3,6 @@ import cn from 'classnames';
|
||||
import styles from './Button.css';
|
||||
import {pluginName} from '../../package.json';
|
||||
import {can} from 'plugin-api/beta/client/services';
|
||||
import {withTags} from 'plugin-api/beta/client/hocs';
|
||||
import {Icon} from 'plugin-api/beta/client/components/ui';
|
||||
|
||||
const Button = (props) => {
|
||||
@@ -23,4 +22,4 @@ const Button = (props) => {
|
||||
) : null ;
|
||||
};
|
||||
|
||||
export default withTags('featured')(Button);
|
||||
export default Button;
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
import Button from '../components/Button';
|
||||
import {withTags} from 'plugin-api/beta/client/hocs';
|
||||
|
||||
export default withTags('featured')(Button);
|
||||
Reference in New Issue
Block a user