{ "version": 3, "sources": ["../javascripts/selectors/conversation.ts"], "sourcesContent": ["import type { RootState } from '../reducers';\n\nexport const getConversations = (state: RootState) => state.conversations.conversations;\n\nexport const getConversation = (state: RootState) => state.conversations.current;\n"], "mappings": "AAEO,IAAMA,EAAoBC,GAAqBA,EAAM,cAAc,cAE7DC,EAAmBD,GAAqBA,EAAM,cAAc", "names": ["getConversations", "state", "getConversation"] }