Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
raw
history blame contribute delete
304 Bytes
import React from 'react';
import './Footer.css'
function Footer() {
return (
<div className="footer">
<p>漏 2020 Airbnb clone! No right reserved - this is a demo !!</p>
<p>Privacy 路 Terms 路 Sitemap 路 Company Details</p>
</div>
)
}
export default Footer