{
  "version": 3,
  "sources": ["../../../src/react/transactions/useGetSuccessfulTransactionsSessions.ts"],
  "sourcesContent": ["import { successfulTransactionsSessionsSelector } from '../../store/selectors/transactionsSelector';\nimport { useSelector } from '../store/useSelector';\n\nexport function useGetSuccessfulTransactionsSessions() {\n  const successfulSessions = useSelector(\n    successfulTransactionsSessionsSelector\n  );\n  return successfulSessions;\n}\n"],
  "mappings": "yaAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,0CAAAE,IAAA,eAAAC,EAAAH,GAAA,IAAAI,EAAuD,sDACvDC,EAA4B,gCAErB,SAASH,GAAuC,CAIrD,SAH2B,eACzB,wCACF,CAEF",
  "names": ["useGetSuccessfulTransactionsSessions_exports", "__export", "useGetSuccessfulTransactionsSessions", "__toCommonJS", "import_transactionsSelector", "import_useSelector"]
}
