CST-5309 changes for error page component

This commit is contained in:
nikunj59
2022-06-07 15:34:47 +05:30
committed by Luca Giamminonni
parent 43f4ff7cde
commit a9fcdce960
8 changed files with 83 additions and 1 deletions

View File

@@ -107,6 +107,8 @@ export function getPageInternalServerErrorRoute() {
return `/${INTERNAL_SERVER_ERROR}`;
}
export const ERROR_PAGE = 'error'
export const INFO_MODULE_PATH = 'info';
export function getInfoModulePath() {
return `/${INFO_MODULE_PATH}`;