DocSpace-buildtools/packages/asc-web-common/index.js
2021-03-17 16:45:36 +03:00

8 lines
265 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 "./desktop";