mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
imported action button in module scss instead
This commit is contained in:
parent
a0c0f27eea
commit
37ef12eff9
@ -32,8 +32,6 @@ import * as Utils from 'utils/utils';
|
||||
import AddMembersButton from './add_members_button';
|
||||
import PluggableIntroButtons from './pluggable_intro_buttons';
|
||||
|
||||
import '../../../sass/components/_action-button.scss';
|
||||
|
||||
type Props = {
|
||||
currentUserId: string;
|
||||
channel: Channel;
|
||||
|
@ -4,6 +4,7 @@
|
||||
@import 'announcement-bar';
|
||||
@import 'badge';
|
||||
@import 'buttons';
|
||||
@import 'action-button';
|
||||
@import 'channel-header__icon';
|
||||
@import 'channel-invite-modal';
|
||||
@import 'channel-switcher';
|
||||
|
Loading…
Reference in New Issue
Block a user