| 9 | import CreateConnectionModal from "../CreateConnectionModal"; |
| 10 | |
| 11 | interface State { |
| 12 | showCreateConnectionModal: boolean; |
| 13 | showUpdateConversationModal: boolean; |
| 14 | } |
| 15 | |
| 16 | const ConnectionList = () => { |
| 17 | const { t } = useTranslation(); |
nothing calls this directly
no outgoing calls
no test coverage detected