This website works better with JavaScript
Главная
Обзор
Помощь
Регистрация
Вход
tomi
/
u-fit
Следить
1
В избранное
0
Ответвить
0
Файлы
Задачи
0
Запросы на слияние
0
Вики
Дерево:
44d8aa04ac
Ветки
Метки
master
production
u-fit
/
frontend
/
components
/
footer.js
footer.js
92 B
История
Исходник
1
2
3
4
5
6
7
const Footer = props => (
<footer>
<p>Footer</p>
</footer>
)
export default Footer