This website works better with JavaScript
Главная
Обзор
Помощь
Регистрация
Вход
tomi
/
AutoMate
Следить
1
В избранное
0
Ответвить
0
Файлы
Задачи
2
Запросы на слияние
0
Вики
Дерево:
28cff43312
Ветки
Метки
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