This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
zap-desktop
mirror of
https://github.com/lukechilds/zap-desktop.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
61
Commits
9
Branches
5
Tags
147 MiB
Tree:
d7dc0df3fd
zap-desktop
/
app
/
utils
/
index.js
8 lines
81 B
Raw
Normal View
History
feature(request): make request in both btc and usd
8 years ago
import
btc
from
'./btc'
import
usd
from
'./usd'
export
default
{
fix(lint): start fixing linting error
8 years ago
btc
,
usd
}