{"version":3,"sources":["entrypoints/FamilyViolenceScheme.tsx"],"names":["process","REACT_APP_GOOGLE_ANALYTICS_TRACKING_ID","REACT_APP_PATH_FAMILY_VIOLENCE_SCHEME","App","ReactGA","initialize","TrackedFamilyViolenceScheme","withTracker","FamilyViolenceScheme","className","path","element","createRoot","document","getElementById","render","StrictMode","reportWebVitals"],"mappings":"8GAAA,iGASA,EAA0FA,0hCAAlFC,EAAR,EAAQA,uCAAwCC,EAAhD,EAAgDA,sCAEhD,SAASC,IACPC,IAAQC,WAAR,UAAsBJ,IACtB,IAAMK,EAA8BC,aAAYC,KAChD,OACE,cAAC,IAAD,UACE,sBAAKC,UAAU,MAAf,UACE,cAAC,IAAD,IACA,cAAC,IAAD,UACE,cAAC,IAAD,CAAOC,KAAI,UAAKR,EAAL,MAAgDS,QAAS,cAACL,EAAD,YAK7E,CAEcH,YAEFS,qBAAWC,SAASC,eAAe,SAE3CC,OACH,cAAC,IAAMC,WAAP,UACE,cAACb,EAAD,OAOJc,a","file":"static/js/familyviolencescheme.a5f0510f.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 { FamilyViolenceScheme } from '../pages';\r\nimport '../index.css';\r\n\r\nconst { REACT_APP_GOOGLE_ANALYTICS_TRACKING_ID, REACT_APP_PATH_FAMILY_VIOLENCE_SCHEME } = 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 TrackedFamilyViolenceScheme = withTracker(FamilyViolenceScheme);\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":""}