This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
tomi
/
AutoMate
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
2
Trageți solicitările
0
Wiki
Arbore:
cfe0bce706
Ramuri
Etichete
master
react-redux
AutoMate
/
frontend
/
components
/
Comment.js
Comment.js
84 B
Istoric
Crud
1
2
3
4
5
const Comment = props => (
<div>This is a comment</div>
)
export default Comment