jitsi-meet-electron/app/features/settings/index.js
Saúl Ibarra Corretgé 8de41a414d Remove local avatar
The deployment will generate the right one based on the provided name
and email.

Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/379
2020-06-04 15:01:26 +02:00

8 lines
192 B
JavaScript

export * from './actions';
export * from './actionTypes';
export * from './components';
export * from './functions';
export * from './styled';
export { default as reducer } from './reducer';