This commit is contained in:
2026-06-24 15:10:50 +02:00
commit a3e7512f95
212 changed files with 212927 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
export const formats = [
{ value: 'BP', label: 'BP' },
{ value: 'AP', label: 'AP' },
{ value: 'WSDC', label: 'WSDC' },
{ value: 'Others', label: 'Others' }
]