{"version":3,"file":"static/chunks/57192.f2523830cf688390.js","sources":["webpack://_N_E/./src/modules/sports/store/sports/sports.reducer.js"],"sourceRoot":"","sourcesContent":["import { combineReducers } from 'redux';\nimport { setReducer } from '@legacyApp/methods/store/setReducer';\nimport { LocalStorageKeys } from '@modules/localStorage/types/localStorageKeys.type';\nimport { SPORTS_SET_ACTIVE, SPORTS_SET_SIDE_CONTENT } from './sports.constants';\n\nconst activeReducer = setReducer(false, SPORTS_SET_ACTIVE);\nconst sideContentReducer = setReducer(\n\tfalse,\n\tSPORTS_SET_SIDE_CONTENT,\n\t`localstorage-${LocalStorageKeys.SPORTS_SIDE_CONTENT}`,\n);\n\nconst sportsReducer = combineReducers({\n\tactive: activeReducer,\n\tsideContent: sideContentReducer,\n});\n\nexport default sportsReducer;\n"],"names":["activeReducer","setReducer","SPORTS_SET_ACTIVE","sideContentReducer","SPORTS_SET_SIDE_CONTENT","LocalStorageKeys","sportsReducer","combineReducers","active","sideContent"],"mappings":";;6IAKMA,GAAgBC,EAAAA,EAAAA,IAAW,EAAOC,EAAAA,GAClCC,GAAqBF,EAAAA,EAAAA,IAC1B,EACAG,EAAAA,EAFoC,uBAGpBC,EAAAA,GAAAA,sBAGXC,GAAgBC,EAAAA,EAAAA,IAAgB,CACrCC,OAAQR,EACRS,YAAaN,IAGd","debug_id":"77919e4c-7d3e-54c4-8699-f4f266732a91"}