UNPKG
@zalando/zally-web-ui
Version:
latest (0.4.0)
0.4.0
0.3.0
0.2.0
0.1.1
Zally API Linter Web UI
github.com/zalando/zally/web-ui
zalando/zally
@zalando/zally-web-ui
/
src
/
client
/
app
/
index.jsx
7 lines
(4 loc)
•
106 B
JSX
View Raw
1
2
3
4
5
6
7
import
'whatwg-fetch'
;
// fetch polyfill
import
'./index.scss'
;
import
{ run }
from
'./run.jsx'
;
run
();