This commit is contained in:
2025-02-21 08:20:41 +01:00
parent 1be6b0681f
commit ff9636b75b
330 changed files with 0 additions and 36926 deletions
-9
View File
@@ -1,9 +0,0 @@
import 'package:get/get.dart';
import 'package:terepi_seged/pages/map/presentation/controllers/map_controller.dart';
class MapBinding extends Bindings {
@override
void dependencies() {
Get.lazyPut(() => MapViewController());
}
}