UNPKG
ethereum-lite-explorer
Version:
latest (1.0.0-beta.8)
1.0.0-beta.8
Ethereum Lite Explorer
ethereum-lite-explorer
/
src
/
app
/
index.ts
5 lines
(3 loc)
•
150 B
text/typescript
View Raw
1
2
3
4
5
import {
App
} from
"./App"
;
//tslint
:disable-next-line
:no-floating-promises
(new
App
()).init(document.getElementById(
"react-root"
) as
HTMLElement
);