{"version":3,"file":"chunks/ShoppingCart.chunk.6f649b5b5db514e4ae57.js","mappings":"qnCA6BA,UAtB+B,WAAM,QACZA,EAAAA,UAAwB,GADZ,GAC7BC,EAD6B,KACvBC,EADuB,KAOpC,OAJAF,EAAAA,WAAgB,WACfE,GAAQ,EACR,GAAE,IAEI,gCACLD,EACE,uBAAKE,UAAU,aAChB,gBAAC,IAAD,CACCC,SACC,gBAAC,IAAD,CAAsBC,GAAG,YAAYF,UAAU,kCAA/C,gBAKM,gBAAC,IAAD,MAGX,C","sources":["webpack://northern-tuna-portal/./ClientApp/components/Pages/ShoppingCart/ShoppingCart.tsx"],"sourcesContent":["import React from 'react';\n\nimport LinkWithPrevLocation from '@common/react/components/UI/LinkWithPrevLocation/LinkWithPrevLocation';\nimport Loader from '@common/react/components/Core/LoadingProvider/Loader';\n\nimport ShoppingCartInformation from '@app/components/UI/ShoppingCartInformation/ShoppingCartInformation';\n\nconst ShoppingCart: React.FC = () => {\n\tconst [init, setInit] = React.useState(false);\n\n\tReact.useEffect(() => {\n\t\tsetInit(true);\n\t}, []);\n\n\treturn <>\n\t\t{init\n\t\t\t?
\n\t\t\t\t\n\t\t\t\t\t\t\tCheck out\n\t\t\t\t\t\t\n\t\t\t\t\t}\n\t\t\t\t/>\n\t\t\t
: \n\t\t}\n\t;\n};\n\nexport default ShoppingCart;\n"],"names":["React","init","setInit","className","checkout","to"],"sourceRoot":""}