From 827a869543fcff009360a391b88c63e011b12479 Mon Sep 17 00:00:00 2001 From: Jeevitha Kannan K S Date: Wed, 6 Nov 2024 12:42:52 +0530 Subject: [PATCH] test --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index cbc27bc..02628fb 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -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) {