added abstraction for global configurations, to simplify plugin development

This commit is contained in:
Sebastian Sdorra
2018-11-06 16:36:11 +01:00
parent dd95c9c306
commit d230511ad8
6 changed files with 259 additions and 7 deletions

View File

@@ -24,6 +24,7 @@ export { getPageFromMatch } from "./urls";
export { apiClient, NOT_FOUND_ERROR, UNAUTHORIZED_ERROR } from "./apiclient.js";
export * from "./buttons";
export * from "./config";
export * from "./forms";
export * from "./layout";
export * from "./modals";