Added proofs gallery in the app

This commit is contained in:
2026-04-16 16:36:57 +01:00
parent b08753ebae
commit 9e729202f0
6 changed files with 99 additions and 5 deletions
@@ -10,7 +10,6 @@
export interface GetUserProofDto {
id?: number;
proof?: string | null;
}