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

6 lines
253 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';
export * from './components';
export * as constants from './constants';
export * as utils from './utils';