feat: role page

fix: import
This commit is contained in:
2025-09-02 15:59:49 +03:30
parent 1739b231d1
commit 3945e04ae1
12 changed files with 162 additions and 11 deletions

View File

@@ -0,0 +1,17 @@
import 'package:rasadyar_core/core.dart';
class RoleLogic extends GetxController {
@override
void onReady() {
// TODO: implement onReady
super.onReady();
}
@override
void onClose() {
// TODO: implement onClose
super.onClose();
}
}