This website works better with JavaScript
Home
Explore
Help
Sign In
Testaccount
/
1.Test
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
9e71fb9d6c
Branches
Tags
master
1.Test
/
ChenMa
/
src
/
index.js
index.js
72 B
History
Raw
1
2
3
4
5
import a1 from './a1'
import a2 from './a2'
a1.sayHello()
a2.sayHello()