7 lines
89 B
JavaScript
7 lines
89 B
JavaScript
function Footer() {
|
|
return (
|
|
<div>Footer</div>
|
|
)
|
|
}
|
|
|
|
export default Footer |