feat : header action

This commit is contained in:
2025-04-20 08:53:15 +03:30
parent 3b693c7e60
commit e643a4844e
4 changed files with 117 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
import 'package:rasadyar_core/core.dart';
import 'package:supervision/presentation/actions/logic.dart';
import 'package:supervision/presentation/action/logic.dart';
import 'package:supervision/presentation/add_supervision/logic.dart';
import 'package:supervision/presentation/add_supervision/view.dart';
import 'package:supervision/presentation/display_information/logic.dart';
@@ -24,7 +24,7 @@ sealed class SupervisionPages {
Get.put(RootLogic());
Get.put(SupervisionFilterLogic());
Get.lazyPut(() => LocationDetailsLogic(), fenix: true);
Get.lazyPut(() => ActionsLogic(), fenix: true);
Get.lazyPut(() => ActionLogic(), fenix: true);
}),
),