This commit is contained in:
kleponijo 2026-02-06 13:26:09 +07:00
commit a59c7d80a4
1 changed files with 3 additions and 1 deletions

View File

@ -13,4 +13,6 @@ void main() async {
); );
Bloc.observer = SimpleBlocObserver(); Bloc.observer = SimpleBlocObserver();
runApp(MyApp(FirebaseUserRepo())); runApp(MyApp(FirebaseUserRepo()));
} }
//testing doang ini dari advan