add calendar route
This commit is contained in:
parent
c3392e403b
commit
3694f59807
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ class RouteGenerator {
|
|||
//===============================================================
|
||||
|
||||
// Appointment Page
|
||||
case '/appointments':
|
||||
case '/calendar':
|
||||
if (args is AppUser) {
|
||||
//print("route generator: $args");
|
||||
return MaterialPageRoute(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue