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

This commit is contained in:
2024-11-23 14:09:32 +05:30
parent 8145f6d649
commit 3e03281e40

View File

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