{"version":3,"file":"javascript/build1/partials/Homepage.e0f60e13.js","mappings":"yOASe,SAASA,IAOpB,OANAC,EAAAA,EAAAA,YAAU,KACFC,OAASC,KACTA,IAAIC,YAAY,CAACC,KAAM,qBAAsB,IACjD,GACD,IAECC,EAAAA,IACO,SAAC,KAAQ,CAACC,GAAIC,EAAAA,MAIrB,iCACI,SAAC,IAAa,WACV,SAAC,IAAuB,MAE3BC,EAAAA,KAAiB,SAAC,IAAU,KAC7B,SAAC,KAAU,MAGvB,C","sources":["webpack://morpheus/./src/js/pages/index.js"],"sourcesContent":["import React, {useEffect} from 'react';\r\nimport RotatingBannerPresenter from \"Components/RotatingBanner/RotatingBannerPresenter\";\r\nimport SlotsLobby from \"Components/Lobby/SlotsLobby\";\r\nimport BingoLobby from \"Components/Lobby/BingoLobby\";\r\nimport {BINGO_ENABLED, NEW_PLAYER_HOMEPAGE_ENABLED} from \"Setup/config\";\r\nimport {NEW_PLAYER_HOMEPAGE_URL} from \"Setup/urls\";\r\nimport {Redirect} from \"react-router-dom\";\r\nimport ErrorBoundary from \"Components/ErrorBoundary\";\r\n\r\nexport default function Home() {\r\n useEffect(() => {\r\n if (self !== top) {\r\n top.postMessage({type: \"redirect-to-lobby\"}, \"*\");\r\n }\r\n }, []);\r\n\r\n if (NEW_PLAYER_HOMEPAGE_ENABLED) {\r\n return \r\n }\r\n\r\n return (\r\n <>\r\n \r\n \r\n \r\n {BINGO_ENABLED && }\r\n \r\n \r\n );\r\n}\r\n"],"names":["Home","useEffect","self","top","postMessage","type","NEW_PLAYER_HOMEPAGE_ENABLED","to","NEW_PLAYER_HOMEPAGE_URL","BINGO_ENABLED"],"sourceRoot":""}