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