{"version":3,"file":"useAppLanding-DY0gdhkL.js","sources":["../../../../../../../../app/frontend/shared/models/hooks/useAppLanding.ts"],"sourcesContent":["import { useMemo } from 'react'\n\nimport { useAppSelector } from './redux'\n\nexport const useAppLanding = () => {\n const { isLanding = true, isEntryAppPage = true } = useAppSelector((state) => state.common)\n\n const isRestrictedPrimaryLogoPage = useMemo(() => {\n return isLanding || isEntryAppPage\n }, [isEntryAppPage, isLanding])\n\n return { isRestrictedPrimaryLogoPage }\n}\n"],"names":["useAppLanding","isLanding","isEntryAppPage","useAppSelector","state","useMemo"],"mappings":"8FAIO,MAAMA,EAAgB,IAAM,CAC3B,KAAA,CAAE,UAAAC,EAAY,GAAM,eAAAC,EAAiB,EAAA,EAASC,EAAgBC,GAAUA,EAAM,MAAM,EAM1F,MAAO,CAAE,4BAJ2BC,EAAAA,QAAQ,IACnCJ,GAAaC,EACnB,CAACA,EAAgBD,CAAS,CAAC,CAEO,CACvC"}