fix ui issues and upload image for guild good

This commit is contained in:
2026-04-18 12:14:39 +03:30
parent ac23d47b79
commit e027b89173
32 changed files with 353 additions and 177 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
export interface onSelectArgs {
export interface onSelectFileArgs {
data: FormData;
file: File;
}