()
| 1 | import React from 'react' |
| 2 | |
| 3 | const Footer = () => { |
| 4 | return ( |
| 5 | <footer className="bg-gray-800 text-white p-4"> |
| 6 | <div className="container mx-auto"> |
| 7 | Footer |
| 8 | </div> |
| 9 | </footer> |
| 10 | ) |
| 11 | } |
| 12 | |
| 13 | export default Footer |
nothing calls this directly
no outgoing calls
no test coverage detected