Move it away from AbstractApp into an auxiliary function. In addition, introduce a new `getServerURL` function which gets the configured server URL and defaults to meet.jit.si as before.
7 lines
129 B
JavaScript
7 lines
129 B
JavaScript
export * from './actions';
|
|
export * from './constants';
|
|
export * from './functions';
|
|
|
|
import './middleware';
|
|
import './reducer';
|