Contributing all buttons in one place goes against the designs that we set out at the beginning of the project's rewrite and that multiple of us have been following since then.
7 lines
217 B
JavaScript
7 lines
217 B
JavaScript
// @flow
|
|
|
|
export * from './_';
|
|
export { default as AudioMuteButton } from './AudioMuteButton';
|
|
export { default as HangupButton } from './HangupButton';
|
|
export { default as VideoMuteButton } from './VideoMuteButton';
|