Add v5.6 test v1 data

This commit is contained in:
Sakura Knoll
2022-02-21 07:40:43 +09:00 Unverified
parent a18aacd7a4
commit a1fc1abace
33 changed files with 431 additions and 3 deletions
+1
View File
@@ -34,6 +34,7 @@ const weaponFilterOptions = [
{ value: 'scythe', label: 'Scythes', krLabel: '낫' },
{ value: 'lance', label: 'Lances', krLabel: '랜스' },
{ value: 'bow', label: 'Bows', krLabel: '활' },
{ value: 'chakram', label: 'Chakram', krLabel: '차크람' },
]
const WeaponListPage = ({ weaponDataList }: WeaponListPageProps) => {