Update main.dart

This commit is contained in:
kleponijo 2026-02-12 19:33:06 +07:00
parent 2c9d6c86e9
commit 7dbad70214
1 changed files with 1 additions and 2 deletions

View File

@ -13,5 +13,4 @@ void main() async {
);
Bloc.observer = SimpleBlocObserver();
runApp(MyApp(FirebaseUserRepo()));
}
// bentar
}