()
| 7 | } |
| 8 | |
| 9 | export function useDiffComponent() { |
| 10 | const component = useContext(DiffComponentContext) |
| 11 | if (!component) throw new Error("DiffComponentProvider must be used to provide a diff component") |
| 12 | return component |
| 13 | } |
no outgoing calls
no test coverage detected