This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
react
Watch
0
Star
0
Fork
You've already forked react
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2c14f3e88e
react
/
shells
/
dev
/
app
/
ToDoList
/
index.js
6 lines
59 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Initial commit
2019-01-23 03:04:37 +08:00
// @flow
import
List
from
'./List'
;
Added Prettier (and formatted code)
2019-01-24 00:45:19 +08:00
export
default
List
;