()
| 1 | import React from 'react' |
| 2 | import "./Footer.css" |
| 3 | const Footer = () => { |
| 4 | return ( |
| 5 | <div className='footer'> |
| 6 | Copyright © www.codewithharry.com | All rights reserved |
| 7 | </div> |
| 8 | ) |
| 9 | } |
| 10 | |
| 11 | export default Footer |
nothing calls this directly
no outgoing calls
no test coverage detected