updated components common header layouts

This commit is contained in:
2025-05-03 13:51:02 +03:00
parent 1ce28ec5f0
commit 71c808a5c3
33 changed files with 769 additions and 809 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,
},
};