import 'package:absensi_qr/feature_student/profile/presentation/profile_controller.dart'; import 'package:get/get.dart'; class ProfileBinding extends Bindings { @override void dependencies() { Get.lazyPut(() => ProfileController()); } }