This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
makstravm
/
HW-React
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
78ec4d7a32
Branchit
Tagit
master
HW-React
/
src
/
components
/
Footer.js
Footer.js
104 B
Historia
Raaka
1
2
3
4
5
6
import { Logo } from './LogoR';
export const Footer = () =>
<footer>
<Logo />
</footer>