({name})
| 90 | |
| 91 | |
| 92 | function Header({name}){ |
| 93 | |
| 94 | return ( |
| 95 | <h1>{name} Welcome to Indian Election Commission Website</h1> |
| 96 | ) |
| 97 | } |
| 98 | |
| 99 | // const props = { |
| 100 | // name:"Rohit" |
nothing calls this directly
no outgoing calls
no test coverage detected