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

Function Footer

04React/Day02/app.js:117–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115}
116
117function Footer(){
118
119 return (
120 <h3>Thansk for visiting our website</h3>
121 )
122}
123
124// function Card(){
125

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected