Skip to content

Commit c7a5a85

Browse files
committed
chore: hide chesed page
1 parent 95b2b4e commit c7a5a85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/consts.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ final moduleList = [
1717
// App('Home', Icons.home, const HomePage()),
1818
App(ModuleName.gebura, Icons.casino),
1919
App(ModuleName.yesod, Icons.rss_feed),
20-
App(ModuleName.chesed, Icons.photo_album),
20+
// App(ModuleName.chesed, Icons.photo_album),
2121
// App('Ffi', Icons.timelapse, const FfiTestPage()),
2222
];
2323

0 commit comments

Comments
 (0)