imported action button in module scss instead

This commit is contained in:
Matthew Birtch 2024-03-18 09:50:05 -04:00
parent a0c0f27eea
commit 37ef12eff9
2 changed files with 1 additions and 2 deletions

View File

@ -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;

View File

@ -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';