This website works better with JavaScript
Home
Explore
Help
Register
Sign In
tomi
/
AutoMate
Watch
1
Star
0
Fork
0
Files
Issues
2
Pull Requests
0
Wiki
Tree:
790ef95c52
Branches
Tags
master
react-redux
AutoMate
/
frontend
/
components
/
Comment.js
Comment.js
84 B
History
Raw
1
2
3
4
5
const Comment = props => (
<div>This is a comment</div>
)
export default Comment