This website works better with JavaScript
Головна сторінка
Огляд
Довідка
Реєстрація
Увійти
tomi
/
u-fit
Слідкувати
1
Зірка
0
Відгалуження
0
Файли
Проблеми
0
Запити на злиття
0
Wiki
Дерево:
f3ae4f4e13
Гілки
Теги
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