Skip to content

Commit

Permalink
fix: main.dart missing brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
itsezlife committed May 21, 2024
1 parent dfd76ae commit 10ae4f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ void main() {
bootstrap(() {
final userApi = UserApi();
final userRepository = UserRepository(userApi: userApi);
return MyApp(userRepository: userRepository);
return App(userRepository: userRepository);
});
}

0 comments on commit 10ae4f6

Please sign in to comment.