Files
jitsi-meet/react/features/calendar-sync/index.js
Bettenbuk Zoltan ac63a0fa73 Calendar feature disabled state getter
This commit adds a state getter that considers checking the enabled/disabled state of the calendar feature, so then other features don’t have to do it manually.
2018-06-29 09:36:34 +01:00

6 lines
103 B
JavaScript

export * from './components';
export * from './functions';
import './middleware';
import './reducer';