import React from 'react' const Footer = () => { return (
Made with love ❤️ by Azaan
); } export default Footer