Skip to content

Commit 7d25127

Browse files
committed
wip: export fix
1 parent c3f3d99 commit 7d25127

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
const Currency = require('./src/lib/currency.js')
22
const WalletPay = require('./src/lib/wallet-pay.js')
3+
const Wallet = require('./src/lib/wallet.js')
34

45
module.exports = {
56
Currency,
6-
WalletPay
7+
WalletPay,
8+
Wallet
9+
710
}

0 commit comments

Comments
 (0)