Fix a couple of exports and export a few more modules

This commit is contained in:
Brent Vatne
2018-08-03 14:47:43 -07:00
parent 51bfe8dd19
commit 4e2a409dca
3 changed files with 19 additions and 0 deletions

View File

@@ -216,3 +216,8 @@ export const createPathParser = (
};
return { getActionForPathAndParams, getPathAndParamsForRoute };
};
export default {
getParamsFromPath,
createPathParser,
};