{"version":3,"file":"static/js/550.2eabe599.chunk.js","mappings":"qQAQMA,GAAiBC,EAAAA,EAAAA,IAAc,kBAAM,kCACrCC,GAAcD,EAAAA,EAAAA,IAAc,kBAAM,0DAClCE,GAAUF,EAAAA,EAAAA,IAAc,kBAAM,kCAOrB,SAASG,IACpB,OACI,SAAC,KAAD,CAAUC,MAAOA,EAAAA,EAAjB,UACI,SAAC,KAAD,CAAQC,QAASA,EAAAA,EAAjB,UACI,UAAC,KAAD,YACI,SAAC,KAAD,CAAOC,OAAK,EAACC,KAAK,YAAYC,UAAWC,EAAAA,KACzC,SAAC,KAAD,CACIH,OAAK,EACLC,KAAK,kDACLC,UAAWP,KAEf,SAAC,KAAD,CAAOK,OAAK,EAACC,KAAK,kBAAkBC,UAAWT,KAC/C,SAAC,KAAD,CAAOO,OAAK,EAACC,KAAK,UAAUC,UAAW,QACvC,SAAC,KAAD,CAAOD,KAAK,IAAIC,UAAWN,a,sECxB3CQ,EAAiB,CAACC,QAAQC,E,SAAAA,IAAcP,EAAAA,IAExCQ,EAAwB,CAACC,EAAAA,GAAiBC,EAAAA,EAAAA,GAAiBV,EAAAA,IAEzDD,GAAQY,EAAAA,EAAAA,IAAkB,GAAIN,EAAgB,KAAMG,GAC1D,O,qCCNA,IAAeT,EAAf","sources":["routes/MainRoutes.tsx","store/configureStore/index.js","store/index.js"],"sourcesContent":["import * as React from \"react\";\nimport {Route, Router, Switch} from \"react-router-dom\";\nimport LazyComponent from \"@eventdex/common/src/helpers/LazyComponent\";\nimport history from \"@eventdex/bootstrap/src/hostConfig/history\";\nimport SetTestUser from \"@eventdex/common/src/components/ErrorBoundaries/SetTestUser\";\nimport {Provider} from \"react-redux\";\nimport store from \"../store\";\n\nconst ZoomMeetingEnd = LazyComponent(() => import(\"@eventdex/video/src/zoom/ZoomMeetingEnd\"));\nconst ZoomMeeting = LazyComponent(() => import(\"@eventdex/video/src/zoom/ZoomMeeting\"));\nconst MainApp = LazyComponent(() => import(\"./EventdexModulesWrapper\"));\n\n/**\n * These are independent Pages/Apps. All routes might have their own dependencies and routes.\n * To reduce bundle sizes we're lazy loading all components here.\n * @constructor\n */\nexport default function MainRoutes() {\n return (\n \n \n \n \n \n \n \n \n \n \n \n );\n}\n","import thunkMiddleware from \"redux-thunk\";\nimport {routerMiddleware} from \"connected-react-router\";\nimport {configureAppStore} from \"@eventdex/bootstrap/src/store/storeSetup\";\nimport history from \"@eventdex/bootstrap/src/hostConfig/history\";\n\nimport {connectRouter} from \"connected-react-router\";\nlet staticReducers = {router: connectRouter(history)};\n\nlet additionalMiddlewares = [thunkMiddleware, routerMiddleware(history)];\n\nconst store = configureAppStore({}, staticReducers, null, additionalMiddlewares);\nexport default store;\n","/**\n * @module configureStore\n */\nimport store from \"./configureStore\";\n\nexport default store;\n"],"names":["ZoomMeetingEnd","LazyComponent","ZoomMeeting","MainApp","MainRoutes","store","history","exact","path","component","SetTestUser","staticReducers","router","connectRouter","additionalMiddlewares","thunkMiddleware","routerMiddleware","configureAppStore"],"sourceRoot":""}