MCPcopy Create free account
hub / github.com/developerway/example-react-project / Issue

Function Issue

packages/product/issue/index.tsx:7–13  ·  view source on GitHub ↗
({ id }: IssueProps)

Source from the content-addressed store, hash-verified

5};
6
7export const Issue = ({ id }: IssueProps) => {
8 return (
9 <>
10 ... here there will be a lot of code for issue view with <b>id: {id}</b>
11 </>
12 );
13};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected