[oform] Move UserMaster to separate module

Also refactor UserMaster
This commit is contained in:
KirillovIlya
2022-11-18 15:47:32 +03:00
parent a9365fd7e3
commit 164ef8153e
4 changed files with 123 additions and 93 deletions

View File

@ -8,7 +8,8 @@
"apiBuilder.js",
"oform/Main.js",
"oform/Field.js",
"oform/User.js"
"oform/User.js",
"oform/UserMaster.js"
]
}
}