MCPcopy Create free account
hub / github.com/coderarmy-notes/mern-stack-course / Header

Function Header

04React/Day02/app.js:92–97  ·  view source on GitHub ↗
({name})

Source from the content-addressed store, hash-verified

90
91
92function Header({name}){
93
94 return (
95 <h1>{name} Welcome to Indian Election Commission Website</h1>
96 )
97}
98
99// const props = {
100// name:"Rohit"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected