(event: FormEvent<HTMLFormElement>)
| 19 | } |
| 20 | |
| 21 | const onFormSubmit = (event: FormEvent<HTMLFormElement>) => { |
| 22 | event.preventDefault() |
| 23 | } |
| 24 | |
| 25 | type SelectScopeProps = { |
| 26 | pathname: string, |
nothing calls this directly
no outgoing calls
no test coverage detected