have path route show up in url bar & change routes to make logical sense
This commit is contained in:
parent
c779568d24
commit
86e6aa005a
13 changed files with 158 additions and 108 deletions
|
|
@ -40,3 +40,13 @@ class PatientViewArguments {
|
|||
this.type,
|
||||
);
|
||||
}
|
||||
|
||||
class PatientEditArguments {
|
||||
final AppUser signedInUser;
|
||||
final Patient selectedPatient;
|
||||
|
||||
PatientEditArguments(
|
||||
this.signedInUser,
|
||||
this.selectedPatient,
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue