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

This commit is contained in:
2024-11-23 14:58:09 +05:30
parent 3e03281e40
commit 726bd227f7

View File

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