This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
tomi
/
AutoMate
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
2
Oczekujące zmiany
0
Wiki
Drzewo:
10e93296e2
Gałęzie
Tagi
master
react-redux
AutoMate
/
frontend
/
components
/
Comment.js
Comment.js
84 B
Historia
Czysty
1
2
3
4
5
const Comment = props => (
<div>This is a comment</div>
)
export default Comment