build: 🧱 Fix module.exports

main
Keith Irwin 2024-04-20 18:37:53 -06:00
parent 8f1a824a19
commit ee8d62ca4f
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
import axios from 'axios'
module.exports = class Wallet {
module.exports = Wallet
class Wallet {
url; wallet; password;
address; viewKey; restoreHeight;