[+] Skeleton ui for transfer

This commit is contained in:
Azalea
2025-03-11 18:20:49 -04:00
parent 67d2e52fbc
commit c4e0717317
5 changed files with 209 additions and 0 deletions

View File

@@ -317,3 +317,7 @@ export const SETTING = {
detailSet: (game: string, field: string, value: any) =>
post(`/api/v2/game/${game}/user-detail-set`, { field, value }),
}
export const TRANSFER = {
}