This website works better with JavaScript
Home
Explore
Help
Register
Sign In
zhangheng
/
data-analysis
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
ad24e6b9fe
Branches
Tags
master
data-analysis
/
webapp
/
app
/
containers
/
Widget
/
config
/
index.ts
index.ts
93 B
History
Raw
1
2
3
4
5
6
7
import pivot from './pivot'
import chart from './chart'
export default {
pivot,
chart
}