Skip to content

Commit

Permalink
settings view
Browse files Browse the repository at this point in the history
  • Loading branch information
KillariDev committed Feb 23, 2024
1 parent 249d634 commit e960bdc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion app/html/settingsView.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"@noble/hashes/blake2s": "../vendor/@noble/hashes/blake2s/blake2s.js",
"@noble/hashes/utils": "../vendor/@noble/hashes/utils/utils.js",
"@noble/hashes/hmac": "../vendor/@noble/hashes/hmac/hmac.js",
"@noble/curves/secp256k1": "../vendor/@noble/curves/secp256k1/index.js",
"@noble/curves/stark": "../vendor/@noble/curves/stark/stark.js",
"@darkflorist/address-metadata": "../vendor/@darkflorist/address-metadata/index.js"
}
Expand Down
1 change: 1 addition & 0 deletions build/vendor.mts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ const files = [
'html/interceptorAccess.html',
'html/changeChain.html',
'html/addressBook.html',
'html/settingsView.html'
]

vendorDependencies(files).catch(error => {
Expand Down

0 comments on commit e960bdc

Please sign in to comment.