Merge pull request #1228 from ajnart/refactor/404-page

🥅 Add 404 error page
This commit is contained in:
Thomas Camlong
2023-08-08 10:07:36 +02:00
committed by GitHub
4 changed files with 44 additions and 87 deletions

View File

@@ -49,3 +49,5 @@ export const dashboardNamespaces = [
];
export const loginNamespaces = ['authentication/login'];
export const pageNotFoundNamespaces = ['layout/errors/not-found'];