refactor: migrate renderers to ts

This commit is contained in:
Marc Emmanuel 2026-01-30 18:43:19 +01:00
parent 88c70b9264
commit c8b0f5cd2e
31 changed files with 2097 additions and 1396 deletions

View file

@ -50,6 +50,7 @@ export interface State {
formName?: string;
fullName?: string;
form?: string;
military?: any[];
}
class StatesModule {