updated components and page navigator

This commit is contained in:
2025-04-20 18:25:00 +03:00
parent 6ab4410a82
commit a0daf45530
36 changed files with 1939 additions and 252 deletions

View File

@@ -0,0 +1,8 @@
import { PageComponent } from "@/components/validations/translations/translation";
import PeopleSuperUserApp from "@/components/Pages/people/superusers/app";
export const PageNavigator: Record<string, Record<string, PageComponent>> = {
"/individual": {
app000003: PeopleSuperUserApp,
},
};