diff --git a/lib/main.dart b/lib/main.dart index ec2a3ea..05f1875 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -7,9 +7,7 @@ import 'package:syncrow_app/firebase_options.dart'; import 'package:syncrow_app/services/locator.dart'; import 'package:syncrow_app/utils/bloc_observer.dart'; import 'package:syncrow_app/utils/helpers/localization_helpers.dart'; - import 'my_app.dart'; - void main() { //to observe the state of the blocs in the output console Bloc.observer = MyBlocObserver();