UNPKG
dotwallet-react
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
DotWallet Components
dotwallet-react
/
src
/
index.js
10 lines
(9 loc)
•
167 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
Login
from
"./components/Login"
;
import
Pay
from
"./components/Pay"
export
default
Login
;
export
{
Pay
as
DotWalletPay
}
export
{
Login
as
DotWalletLogin
}