{"version":3,"sources":["entrypoints/Instalment.tsx"],"names":["process","REACT_APP_GOOGLE_ANALYTICS_TRACKING_ID","REACT_APP_PATH_INSTALMENT","App","ReactGA","initialize","TrackedInstalment","withTracker","Instalment","className","path","element","createRoot","document","getElementById","render","StrictMode","reportWebVitals"],"mappings":"8GAAA,iGASA,EAA8EA,0hCAAtEC,EAAR,EAAQA,uCAAwCC,EAAhD,EAAgDA,0BAEhD,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,MAAoCS,QAAS,cAACL,EAAD,YAKjE,CAEcH,YAEFS,qBAAWC,SAASC,eAAe,SAE3CC,OACH,cAAC,IAAMC,WAAP,UACE,cAACb,EAAD,OAOJc,a","file":"static/js/instalment.3448585f.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 { Instalment } from '../pages';\r\nimport '../index.css';\r\n\r\nconst { REACT_APP_GOOGLE_ANALYTICS_TRACKING_ID, REACT_APP_PATH_INSTALMENT } = process.env;\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 TrackedInstalment = withTracker(Instalment);\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":""}