UNPKG
bivcore-insight
Version:
latest (8.22.2)
8.22.2
A blockchain explorer for Bitcore
github.com/bitpay/bivcore
bitpay/bivcore
bivcore-insight
/
src
/
pages
/
index.ts
8 lines
(7 loc)
•
262 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
*
from
'./home/home'
;
export
*
from
'./address/address'
;
export
*
from
'./block-detail/block-detail'
;
export
*
from
'./blocks/blocks'
;
export
*
from
'./broadcast-tx/broadcast-tx'
;
export
*
from
'./transaction/transaction'
;
export
*
from
'./pages.module'
;