Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevithakannan2 committed Nov 6, 2024
1 parent 18ecd1b commit bcf209d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ void main() async {

class MyApp extends StatelessWidget {
final AuthService authService = AuthService();
MyApp({super.key});
MyApp({super.key}); // Hello

@override
Widget build(BuildContext context) {
Expand Down

0 comments on commit bcf209d

Please sign in to comment.