()
| 38 | ` |
| 39 | |
| 40 | const PowerButton = () => { |
| 41 | return ( |
| 42 | <Power> |
| 43 | <NavLink to="/"> |
| 44 | <PowerBtn width={30} height={30} fill='currentColor' /> |
| 45 | </NavLink> |
| 46 | </Power> |
| 47 | ) |
| 48 | } |
| 49 | |
| 50 | export default PowerButton |
nothing calls this directly
no outgoing calls
no test coverage detected