{"version":3,"file":"chunks/ShoppingCart.chunk.850003043a85b9399d23.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://NorthernTunaPortal/./ClientApp/components/Pages/ShoppingCart/ShoppingCart.tsx"],"sourcesContent":["import React from 'react';\r\n\r\nimport LinkWithPrevLocation from '@common/react/components/UI/LinkWithPrevLocation/LinkWithPrevLocation';\r\nimport Loader from '@common/react/components/Core/LoadingProvider/Loader';\r\n\r\nimport ShoppingCartInformation from '@app/components/UI/ShoppingCartInformation/ShoppingCartInformation';\r\n\r\nconst ShoppingCart: React.FC = () => {\r\n\tconst [init, setInit] = React.useState(false);\r\n\r\n\tReact.useEffect(() => {\r\n\t\tsetInit(true);\r\n\t}, []);\r\n\r\n\treturn <>\r\n\t\t{init\r\n\t\t\t?
\r\n\t\t\t\t\r\n\t\t\t\t\t\t\tCheck out\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t}\r\n\t\t\t\t/>\r\n\t\t\t
: \r\n\t\t}\r\n\t;\r\n};\r\n\r\nexport default ShoppingCart;\r\n"],"names":["React","init","setInit","className","checkout","to"],"sourceRoot":""}