Finished up the modal to create a payment and added the page to the sidebar
This commit is contained in:
@@ -31,4 +31,5 @@ export interface Payment {
|
||||
currency: string;
|
||||
value: number;
|
||||
isPaid: boolean;
|
||||
date: Date;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user