{"version":3,"sources":["entrypoints/ThirdParty.tsx"],"names":["process","REACT_APP_GOOGLE_ANALYTICS_TRACKING_ID","REACT_APP_PATH_THIRD_PARTY","App","ReactGA","initialize","TrackedThirdParty","withTracker","ThirdParty","className","path","element","createRoot","document","getElementById","render","StrictMode","reportWebVitals"],"mappings":"+GAAA,iGASA,EAA+EA,0hCAAvEC,EAAR,EAAQA,uCAAwCC,EAAhD,EAAgDA,2BAGhD,SAASC,IACPC,IAAQC,WAAR,UAAsBJ,IACtB,IAAMK,EAAoBC,aAAYC,KACtC,OACE,cAAC,IAAD,UACE,sBAAKC,UAAU,MAAf,UACE,cAAC,IAAD,IACA,cAAC,IAAD,UACE,cAAC,IAAD,CAAOC,KAAI,UAAKR,EAAL,MAAqCS,QAAS,cAACL,EAAD,YAKlE,CAEcH,YAEFS,qBAAWC,SAASC,eAAe,SAE3CC,OACH,cAAC,IAAMC,WAAP,UACE,cAACb,EAAD,OAOJc,a","file":"static/js/thirdparty.fe430b2e.chunk.js","sourcesContent":["import React from 'react';\r\nimport { createRoot } from 'react-dom/client';\r\nimport { BrowserRouter as Router, Route, Routes } from 'react-router-dom';\r\nimport ReactGA from 'react-ga';\r\nimport { IdleTimer, withTracker } from '@components';\r\nimport reportWebVitals from '../reportWebVitals';\r\nimport { ThirdParty } from '../pages';\r\nimport '../index.css';\r\n\r\nconst { REACT_APP_GOOGLE_ANALYTICS_TRACKING_ID, REACT_APP_PATH_THIRD_PARTY } = process.env;\r\n\r\n// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types\r\nfunction App() {\r\n ReactGA.initialize(`${REACT_APP_GOOGLE_ANALYTICS_TRACKING_ID}`);\r\n const TrackedThirdParty = withTracker(ThirdParty);\r\n return (\r\n \r\n
\r\n \r\n \r\n } />\r\n \r\n
\r\n
\r\n );\r\n}\r\n\r\nexport default App;\r\n\r\nconst root = createRoot(document.getElementById('root')!);\r\n\r\nroot.render(\r\n \r\n \r\n \r\n);\r\n\r\n// If you want to start measuring performance in your app, pass a function\r\n// to log results (for example: reportWebVitals(console.log))\r\n// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals\r\nreportWebVitals();\r\n"],"sourceRoot":""}