From 3e03281e406b15158e2b8c764088f4529b11ee4d Mon Sep 17 00:00:00 2001 From: Phani Pavan K Date: Sat, 23 Nov 2024 14:09:32 +0530 Subject: [PATCH] Update lib/main.dart --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index 7a4eb2b..c41c898 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -26,7 +26,7 @@ class MainApp extends StatelessWidget { "/info": (context) => AboutPage(), }, initialRoute: "/", - // home: const HomePage(), + // home: const HomePage() theme: ThemeData(useMaterial3: true), ); },