Files
jitsi-meet/react/features/etherpad/index.js
2020-04-07 11:18:50 +02:00

9 lines
190 B
JavaScript

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