Footer() → {JSX.Element}
Component that displays the Footer
No props
Returns:
A JSX element containing the Footer
- Type:
- JSX.
Element
Example
return{
<Footer />
}
Component that displays the Footer
No props
A JSX element containing the Footer
return{
<Footer />
}