(action: (org: MatchedProject | undefined) => void)
| 24 | } |
| 25 | |
| 26 | export const useProjectChanged = (action: (org: MatchedProject | undefined) => void) => { |
| 27 | useChanged(useOptionalProject, action); |
| 28 | }; |
no test coverage detected
searching dependent graphs…