added Lbryapi export for getExchangeRates method
This commit is contained in:
parent
cf069259a8
commit
ca06c27d32
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"linters": {
|
||||
"src/**/*.{js}": [
|
||||
"src/**/*.js": [
|
||||
"prettier --write",
|
||||
"eslint --fix",
|
||||
"git add"
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
// common
|
||||
import Lbry from 'lbry';
|
||||
import Lbryapi from 'lbryapi';
|
||||
import Lbryuri from 'lbryuri';
|
||||
|
||||
export { Lbry, Lbryuri };
|
||||
export { Lbry, Lbryapi, Lbryuri };
|
||||
|
||||
// actions
|
||||
export { doOpenModal, doCloseModal, doShowSnackBar } from 'redux/actions/app';
|
||||
|
|
Loading…
Reference in a new issue