feat(procedure-combos) - v1

This commit is contained in:
2026-01-12 02:15:46 +05:30
parent fce816f13f
commit c53dfd544d
11 changed files with 886 additions and 3 deletions

View File

@@ -308,3 +308,6 @@ export function applyComboToForm<T extends ClaimFormLike>(
return next;
}
export { CODE_MAP, getPriceForCodeWithAgeFromMap };