chore : home page separation

This commit is contained in:
2025-06-15 09:48:52 +03:30
parent c8c6002d79
commit a893545403
7 changed files with 896 additions and 511 deletions

View File

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