finishes functionality for cart, checkout, return and renter registration

This commit is contained in:
David Lick
2020-05-31 23:25:49 -04:00
parent 28e52a4e08
commit 5cd92132b3
326 changed files with 495 additions and 16570 deletions
+2
View File
@@ -1,6 +1,8 @@
export type RenterType = {
id: string;
name: string;
address: string;
email: string;
phoneNumber: string;
rentals: [string];
}