Update lib/main.dart
All checks were successful
Build Apps & Deploy to GitHub Pages / Build (push) Successful in 33m16s

This commit is contained in:
2024-11-23 17:16:07 +05:30
parent 726bd227f7
commit 839552f475

View File

@@ -26,7 +26,7 @@ class MainApp extends StatelessWidget {
"/info": (context) => AboutPage(),
},
initialRoute: "/",
// home: const HomePage(),
// home: const HomePage(),
theme: ThemeData(useMaterial3: true),
);
},