| 108 | }; |
| 109 | |
| 110 | interface EntitySearchProps { |
| 111 | value: string; |
| 112 | onChange: (value: string) => void; |
| 113 | placeholder?: string; |
| 114 | }; |
| 115 | |
| 116 | export const EntitySearch = ({ |
| 117 | value, |
nothing calls this directly
no outgoing calls
no test coverage detected