MCPcopy
hub / github.com/kentcdodds/mdx-bundler / Sample

Function Sample

other/sample-component.jsx:6–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5/** @type React.FC */
6export const Sample = () => {
7 return (
8 <div>
9 <b>Sample!</b>
10 <img src={image} />
11 </div>
12 )
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…