prod-wag-backend-automate-s.../WebServices/client-frontend/src/eventRouters/Pages/tenantActions/index.ts

7 lines
265 B
TypeScript

import { PageComponent } from "@/components/validations/translations/translation";
import TenantActionsSuperUserApp from "./superusers/app";
export const tenantBudgetActionsApplications: Record<string, PageComponent> = {
app000023: TenantActionsSuperUserApp,
};