Updated reward system, design fixes, android version

This commit is contained in:
2023-02-05 14:05:00 +02:00
parent 4a625f83a3
commit c2251e1901
77 changed files with 1066 additions and 32 deletions

View File

@@ -2,4 +2,5 @@ export type FarmerDto = {
id: number;
name: string,
price: number,
image: string,
}