{"version":3,"file":"static/chunks/pages/index-b64482ac252a9994.js","mappings":"uFACKA,OAAOC,SAAWD,OAAOC,UAAY,IAAIC,KAAK,CAC7C,IACA,WACE,OAAO,EAAQ,W,qGCIjBC,EAA4B,WAChC,IAAMC,GAASC,EAAAA,EAAAA,aAKf,OAHAC,EAAAA,EAAAA,YAAU,WACJF,EAAOG,SAASH,EAAOF,KAAK,uBAC/B,CAACE,KACG,SAACI,EAAAA,QAAW,KAGrBL,EAAMM,UAAYC,EAAAA,EAElB,c","sources":["webpack://_N_E/","webpack://_N_E/./src/pages/index.tsx"],"sourcesContent":["\n (window.__NEXT_P = window.__NEXT_P || []).push([\n \"/\",\n function () {\n return require(\"private-next-pages/index.tsx\");\n }\n ]);\n if(module.hot) {\n module.hot.dispose(function () {\n window.__NEXT_P.push([\"/\"])\n });\n }\n ","import { useEffect } from 'react';\nimport { useRouter } from 'next/router';\n\nimport { getMainLayout } from '@layouts/MainLayout';\n\nimport InviteIndex from './jobs/AvailChecks';\nimport { NextPageWithLayout } from './_app';\n\nconst Index: NextPageWithLayout = () => {\n const router = useRouter();\n\n useEffect(() => {\n if (router.isReady) router.push('/jobs/AvailChecks');\n }, [router]);\n return ;\n};\n\nIndex.getLayout = getMainLayout;\n\nexport default Index;\n"],"names":["window","__NEXT_P","push","Index","router","useRouter","useEffect","isReady","InviteIndex","getLayout","getMainLayout"],"sourceRoot":""}