fixed bug on display buypoints
This commit is contained in:
@ -4,6 +4,6 @@ import 'package:rogapp/pages/search/search_controller.dart';
|
||||
class SearchBinding extends Bindings {
|
||||
@override
|
||||
void dependencies() {
|
||||
Get.put<SearchController>(SearchController());
|
||||
Get.put<SearchBarController>(SearchBarController());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user