Faran Butt
Added Team
21800ce
raw
history blame
No virus
102 Bytes
export default function Footer(){
return (
<div>
Footer
</div>
)
}