| 29 | } |
| 30 | |
| 31 | interface Location { |
| 32 | id: string |
| 33 | title: string |
| 34 | description: string |
| 35 | latitude: number |
| 36 | longitude: number |
| 37 | } |
| 38 | |
| 39 | export default function ChatInterface() { |
| 40 | const [query, setQuery] = useState("") |
nothing calls this directly
no outgoing calls
no test coverage detected