refactor: migrate provinces generator to new module structure (#1295)

* refactor: migrate provinces generator to new module structure

* fix: after merge fixes of state

* refactor: fixed a bug so had to update tests
This commit is contained in:
Marc Emmanuel 2026-02-01 22:16:04 +01:00 committed by GitHub
parent 454178fa99
commit 0f19902a56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 399 additions and 259 deletions

View file

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