Skip to content

Commit

Permalink
Merge branch 'onekey' into camera_ext
Browse files Browse the repository at this point in the history
  • Loading branch information
kwoktung authored Oct 19, 2023
2 parents 0bfa89f + f6d18d5 commit 3418cce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8578,3 +8578,6 @@ else if (typeof define === 'function' && define['amd'])
});
else if (typeof exports === 'object')
exports['instantiate'] = MyMoneroLibAppCpp;


export default MyMoneroLibAppCpp;
Original file line number Diff line number Diff line change
Expand Up @@ -818,3 +818,5 @@ else if (typeof define === 'function' && define['amd'])
return instantiate;
});
else if (typeof exports === 'object') exports['instantiate'] = instantiate;

export default instantiate;

0 comments on commit 3418cce

Please sign in to comment.