{"version":3,"sources":["entrypoints/Court.tsx"],"names":["process","REACT_APP_GOOGLE_ANALYTICS_TRACKING_ID","REACT_APP_PATH_COURT","App","ReactGA","initialize","TrackedCourt","withTracker","Court","className","path","element","createRoot","document","getElementById","render","StrictMode","reportWebVitals"],"mappings":"8GAAA,iGASA,EAAyEA,0hCAAjEC,EAAR,EAAQA,uCAAwCC,EAAhD,EAAgDA,qBAGhD,SAASC,IACPC,IAAQC,WAAR,UAAsBJ,IACtB,IAAMK,EAAeC,aAAYC,KACjC,OACE,cAAC,IAAD,UACE,sBAAKC,UAAU,MAAf,UACE,cAAC,IAAD,IACA,cAAC,IAAD,UACE,cAAC,IAAD,CAAOC,KAAI,UAAKR,EAAL,MAA+BS,QAAS,cAACL,EAAD,YAK5D,CAEcH,YAEFS,qBAAWC,SAASC,eAAe,SAE3CC,OACH,cAAC,IAAMC,WAAP,UACE,cAACb,EAAD,OAOJc,a","file":"static/js/court.4f4296e7.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 { Court } from '../pages';\r\nimport '../index.css';\r\n\r\nconst { REACT_APP_GOOGLE_ANALYTICS_TRACKING_ID, REACT_APP_PATH_COURT } = 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 TrackedCourt = withTracker(Court);\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":""}