({ id }: IssueProps)
| 5 | }; |
| 6 | |
| 7 | export 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 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected