This website works better with JavaScript
Головна сторінка
Огляд
Довідка
Реєстрація
Увійти
tomi
/
AutoMate
Слідкувати
1
Зірка
0
Відгалуження
0
Файли
Проблеми
2
Запити на злиття
0
Wiki
Дерево:
790ef95c52
Гілки
Теги
master
react-redux
AutoMate
/
frontend
/
components
/
Comment.js
Comment.js
84 B
Історія
Запис
1
2
3
4
5
const Comment = props => (
<div>This is a comment</div>
)
export default Comment