🥅 Add 404 error page

This commit is contained in:
Manuel
2023-07-30 16:54:35 +02:00
parent 454deaf069
commit 56a234baf6
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'];