parent
16c2b8d26e
commit
7bafe9d94c
15 changed files with 230 additions and 27 deletions
7
src/utils/transfer-queue.js
Normal file
7
src/utils/transfer-queue.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
let transferIndex = 0;
|
||||
|
||||
function transferIncrease() {
|
||||
transferIndex++;
|
||||
}
|
||||
|
||||
export {transferIndex, transferIncrease};
|
Loading…
Add table
Add a link
Reference in a new issue