jitsi-meet-electron/app/features/settings/components/index.js
Saúl Ibarra Corretgé f1846bd4cb Rename XyzAction components to XyzButton
The term "action" is quite overloaded since we use redux,
so let's call it "button" since that's how it behaves.
2018-06-21 07:55:32 +02:00

3 lines
124 B
JavaScript

export { default as SettingsButton } from './SettingsButton';
export { default as SettingsDrawer } from './SettingsDrawer';