MCPcopy Create free account
hub / github.com/YashMarmat/FullStack_Ecommerce_App / Message

Function Message

frontend/src/components/Message.js:4–10  ·  view source on GitHub ↗
({ variant, children })

Source from the content-addressed store, hash-verified

2import { Alert } from 'react-bootstrap'
3
4function Message({ variant, children }) {
5 return (
6 <Alert variant={variant}>
7 {children}
8 </Alert>
9 )
10}
11
12export default Message

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected