[CST-5668] Fixed lint warnings

This commit is contained in:
Luca Giamminonni
2022-06-07 17:47:20 +02:00
parent b0625342b7
commit 7ea208e314
2 changed files with 3 additions and 3 deletions

View File

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