DocSpace-client/web/ASC.Web.Common/src/index.js

3 lines
146 B
JavaScript
Raw Normal View History

export { default as api } from './store/services/api';
export { default as store } from './store';
export { default as history } from './history';