This website works better with JavaScript
Home
Explore
Help
Sign In
lovecoding
/
w1020
Watch
10
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
ca77114455
Branches
Tags
master
w1020
/
20.react
/
高阶
/
my-redux
/
src
/
pages
/
List.jsx
List.jsx
114 B
History
Raw
1
2
3
4
5
6
7
8
function List() {
return (
<div>
<h1>List</h1>
</div>
)
}
export default List;