Finished up the modal to create a payment and added the page to the sidebar

This commit is contained in:
Tiago Ribeiro
2023-12-05 23:41:55 +00:00
parent 03520b650b
commit 58c18133ec
5 changed files with 114 additions and 37 deletions

View File

@@ -31,4 +31,5 @@ export interface Payment {
currency: string;
value: number;
isPaid: boolean;
date: Date;
}