home update to add calender later

This commit is contained in:
2024-11-06 10:47:08 +02:00
parent 6d7db00c12
commit 6a296d387f

View File

@@ -143,7 +143,7 @@ class _MIHHomeState extends State<MIHHome> {
// tileList.add(MIHTile( // tileList.add(MIHTile(
// onTap: () { // onTap: () {
// Navigator.of(context).pushNamed( // Navigator.of(context).pushNamed(
// '/access-review', // '/appointments',
// arguments: widget.signedInUser, // arguments: widget.signedInUser,
// ); // );
// }, // },