Fixed unit test

This commit is contained in:
philipp
2018-11-21 11:12:47 +01:00
parent e7caa59170
commit b4c313862e
3 changed files with 10 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ export { default as HelpIcon } from "./HelpIcon";
export { default as Tooltip } from "./Tooltip";
export { getPageFromMatch } from "./urls";
export { apiClient, NOT_FOUND_ERROR, UNAUTHORIZED_ERROR } from "./apiclient.js";
export { apiClient, NOT_FOUND_ERROR_MESSAGE, UNAUTHORIZED_ERROR_MESSAGE } from "./apiclient.js";
export * from "./buttons";
export * from "./config";