{"version":3,"file":"js/components/offers/app~offers-895dd28b1947d8c2df32.chunk.js","sources":["webpack:///./app/javascript/packs/components/offers/agePage.jsx","webpack:///./app/javascript/packs/components/offers/app.jsx","webpack:///./app/javascript/packs/components/offers/faqsPage.jsx","webpack:///./app/javascript/packs/components/offers/footer.jsx","webpack:///./app/javascript/packs/components/offers/header.jsx","webpack:///./app/javascript/packs/components/offers/locationPage.jsx","webpack:///./app/javascript/packs/components/shared/icons/arrow.jsx","webpack:///./app/javascript/packs/components/shared/icons/facebookIcon.jsx","webpack:///./app/javascript/packs/components/shared/icons/instagramIcon.jsx","webpack:///./app/javascript/packs/components/shared/utility/accordion.jsx"],"sourcesContent":["import React, {useContext} from 'react';\n\nimport Context from './context';\n\nimport LoadingSpinner from '../shared/utility/loadingSpinner';\n\n\n\nexport default function AgePage() {\n const {age, handleAtLeast21, handleNot21, geoPosition} = useContext(Context);\n\n return
\n You must be at least 21 years old to use this website.\n
: geoPosition ?\n Please enable location for an improved experience. We do not collect nor sell any user data.\n
: <>> }\n