mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-18 22:27:46 +00:00
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.
6 lines
103 B
JavaScript
6 lines
103 B
JavaScript
export * from './components';
|
|
export * from './functions';
|
|
|
|
import './middleware';
|
|
import './reducer';
|