| 5 | import { GeofenceData } from './PathwayMap/PathwayIconTypes'; |
| 6 | |
| 7 | interface TableProps { |
| 8 | data: (GroupedTweetData & GeofenceData)[], |
| 9 | filterLocation: any |
| 10 | } |
| 11 | |
| 12 | const coordOperator = [ |
| 13 | { |
nothing calls this directly
no outgoing calls
no test coverage detected