Create a new React Component for displaying a list of dial-in numbers. The Component will fetch the numbers from a new numberRetreviewUrl key/value set in config. If not present in config, the Component will not be displayed.
5 lines
78 B
JavaScript
5 lines
78 B
JavaScript
export * from './actions';
|
|
export * from './components';
|
|
|
|
import './reducer';
|