Change to general copy paste

This commit is contained in:
AlphaX-Projects
2023-05-19 17:11:54 +02:00
parent 7eeb5e6d2e
commit d3ff7f72ba
36 changed files with 311 additions and 1722 deletions

View File

@@ -11,12 +11,12 @@ const options = {
}
const aliases = {
'qortal-ui-crypto': 'node_modules/qortal-ui-crypto/api.js'
'qortal-ui-crypto': '../../crypto/api.js'
}
const apiComponents = {
api: {
file: 'api/api.js',
file: '../../crypto/api.js',
className: 'api'
}
}