mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
added mocks for paymentsmodal component
This commit is contained in:
20
luckydiamond/src/mocks/PaymentsModalNumbers.js
Normal file
20
luckydiamond/src/mocks/PaymentsModalNumbers.js
Normal file
@@ -0,0 +1,20 @@
|
||||
export default [
|
||||
{
|
||||
diamonds: 1,
|
||||
},
|
||||
{
|
||||
diamonds: 5,
|
||||
},
|
||||
{
|
||||
diamonds: 10,
|
||||
},
|
||||
{
|
||||
diamonds: 50,
|
||||
},
|
||||
{
|
||||
diamonds: 100,
|
||||
},
|
||||
{
|
||||
diamonds: 1000,
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user