| import React from 'react'; | |
| import './Footer.css' | |
| function Footer() { | |
| return ( | |
| <div className='footer'> | |
| <p>漏 2020 Vistrit's Airbnb clone!</p> | |
| <p>Privacy 路 Terms 路 Sitemap 路 Company Details</p> | |
| </div> | |
| ) | |
| } | |
| export default Footer |
| import React from 'react'; | |
| import './Footer.css' | |
| function Footer() { | |
| return ( | |
| <div className='footer'> | |
| <p>漏 2020 Vistrit's Airbnb clone!</p> | |
| <p>Privacy 路 Terms 路 Sitemap 路 Company Details</p> | |
| </div> | |
| ) | |
| } | |
| export default Footer |