This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
tomi
/
u-fit
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
f6f2a97e1a
Ramuri
Etichete
master
production
u-fit
/
frontend
/
components
/
footer.js
footer.js
92 B
Istoric
Crud
1
2
3
4
5
6
7
const Footer = props => (
<footer>
<p>Footer</p>
</footer>
)
export default Footer