feat: implement custom 404 error page and internationalized navigation suggestions for backoffice and portal apps

This commit is contained in:
estifanos
2026-09-08 12:29:50 +00:00
parent a76ad9479f
commit 2d92d00e0b
9 changed files with 741 additions and 7 deletions

View File

@@ -9,6 +9,7 @@ export * from "./lib/feedback/notify";
export * from "./lib/feedback/FeatureUnavailable";
export * from "./lib/feedback/EmptyState";
export * from "./lib/feedback/ErrorState";
export * from "./lib/feedback/NotFoundPage";
export * from "./lib/feedback/PageLoader";
export * from "./lib/feedback/StatusBadge";
export * from "./lib/components/MaritimeLoader";