refactor: 🐛 Fix export syntax

main
Keith Irwin 2024-04-20 14:37:49 -06:00
parent b0d48eb448
commit b1537e6462
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 1 additions and 1 deletions

View File

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