Moved getBranchFromMatch to ui-components

This commit is contained in:
Philipp Czora
2018-10-17 17:11:21 +02:00
parent 5871bf052f
commit 8ff19a3d2f
5 changed files with 14 additions and 12 deletions

View File

@@ -19,6 +19,7 @@ export { default as LinkPaginator } from "./LinkPaginator.js";
export { default as ProtectedRoute } from "./ProtectedRoute.js";
export { default as Help } from "./Help.js";
export { default as LabelWithHelpIcon } from "./LabelWithHelpIcon.js";
export { getPageFromMatch } from "./urls";
export { apiClient, NOT_FOUND_ERROR, UNAUTHORIZED_ERROR } from "./apiclient.js";