We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b2b4e commit c7a5a85Copy full SHA for c7a5a85
1 file changed
lib/consts.dart
@@ -17,7 +17,7 @@ final moduleList = [
17
// App('Home', Icons.home, const HomePage()),
18
App(ModuleName.gebura, Icons.casino),
19
App(ModuleName.yesod, Icons.rss_feed),
20
- App(ModuleName.chesed, Icons.photo_album),
+ // App(ModuleName.chesed, Icons.photo_album),
21
// App('Ffi', Icons.timelapse, const FfiTestPage()),
22
];
23
0 commit comments