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

7 lines
275 B
JavaScript

export { default as api } from './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';
export * from './components/errors';