{"version":3,"sources":["App.js","reportWebVitals.js","index.js"],"names":["Home","React","lazy","About","Services","Error","Agentdetails","Listinggrid","Listingdetailstwo","Agencydetails","Sentry","dsn","integrations","BrowserTracing","tracesSampleRate","App","_jsx","Router","children","Suspense","fallback","_jsxs","Switch","Route","exact","path","component","reportWebVitals","onPerfEntry","Function","then","_ref","getCLS","getFID","getFCP","getLCP","getTTFB","ReactDOM","render","BrowserRouter","document","getElementById"],"mappings":"qQAOMA,EAAOC,IAAMC,MAAK,kBAAM,wEAAiC,IAGzDC,EAAQF,IAAMC,MAAK,kBAAM,4DAAkC,IAC3DE,EAAWH,IAAMC,MAAK,kBAAM,0EAAqC,IAGjEG,EAAQJ,IAAMC,MAAK,kBAAM,oDAAkC,IAC3DI,EAAeL,IAAMC,MAAK,kBAAM,0EAAyC,IAGzEK,EAAcN,IAAMC,MAAK,kBAAM,wEAAwC,IACvEM,EAAoBP,IAAMC,MAAK,kBAAM,wEAA8C,IACnFO,EAAgBR,IAAMC,MAAK,kBAAM,mEAA0C,IAGjFQ,IAAY,CACVC,IAAK,6EACLC,aAAc,CAAC,IAAIC,KAKnBC,iBAAkB,IA2BLC,MAxBf,WACE,OACEC,cAACC,IAAM,CAAAC,SACLF,cAACG,WAAQ,CAACC,SAAUJ,cAAA,UAAYE,SAE9BG,eAACC,SAAM,CAAAJ,SAAA,CAELF,cAACO,QAAK,CAACC,OAAK,EAACC,KAAK,IAAIC,UAAW1B,IAEjCgB,cAACO,QAAK,CAACE,KAAK,SAASC,UAAWvB,IAChCa,cAACO,QAAK,CAACE,KAAK,YAAYC,UAAWtB,IACnCY,cAACO,QAAK,CAACE,KAAK,aAAaC,UAAWrB,IAEpCW,cAACO,QAAK,CAACE,KAAK,sBAAsBC,UAAWnB,IAC7CS,cAACO,QAAK,CAACE,KAAK,4BAA4BC,UAAWlB,IACnDQ,cAACO,QAAK,CAACE,KAAK,cAAcC,UAAWjB,IAErCO,cAACO,QAAK,CAACE,KAAK,OAAOC,UAAWpB,UAKxC,EC3CeqB,EAZS,SAAAC,GAClBA,GAAeA,aAAuBC,UACxC,+BAAqBC,MAAK,SAAAC,GAAkD,IAA/CC,EAAMD,EAANC,OAAQC,EAAMF,EAANE,OAAQC,EAAMH,EAANG,OAAQC,EAAMJ,EAANI,OAAQC,EAAOL,EAAPK,QAC3DJ,EAAOJ,GACPK,EAAOL,GACPM,EAAON,GACPO,EAAOP,GACPQ,EAAQR,EACV,GAEJ,E,4DCSAS,IAASC,OACPtB,cAACuB,IAAa,CAAArB,SACZF,cAACD,EAAG,MAENyB,SAASC,eAAe,UAM1Bd,G","file":"static/js/main.b61cd529.chunk.js","sourcesContent":["import React, { Suspense } from 'react';\nimport { BrowserRouter as Router, Route, Switch } from 'react-router-dom';\nimport * as Sentry from \"@sentry/react\";\nimport { BrowserTracing } from \"@sentry/tracing\";\n\n\n// Home Pages\nconst Home = React.lazy(() => import(\"./components/pages/Home\"));\n\n// Pages\nconst About = React.lazy(() => import(\"./components/pages/About\"));\nconst Services = React.lazy(() => import(\"./components/pages/Services\"));\nconst Faq = React.lazy(() => import(\"./components/pages/Faq\"));\nconst Contact = React.lazy(() => import(\"./components/pages/Contact\"));\nconst Error = React.lazy(() => import(\"./components/pages/Error\"));\nconst Agentdetails = React.lazy(() => import(\"./components/pages/Agentdetails\"));\n \n// Listings\nconst Listinggrid = React.lazy(() => import(\"./components/pages/Listinggrid\"));\nconst Listingdetailstwo = React.lazy(() => import(\"./components/pages/Listingdetailstwo\"));\nconst Agencydetails = React.lazy(() => import(\"./components/pages/Agencydetails\"));\n\n// Sentry\nSentry.init({\n dsn: \"https://2038aee804a84208be33c0d0bfd66e5c@o1214125.ingest.sentry.io/6354170\",\n integrations: [new BrowserTracing()],\n\n // Set tracesSampleRate to 1.0 to capture 100%\n // of transactions for performance monitoring.\n // We recommend adjusting this value in production\n tracesSampleRate: 1.0,\n});\n\nfunction App() {\n return (\n \n }>\n \n \n {/* Homepages */}\n \n {/* Pages */}\n \n \n \n {/* Listings */}\n \n \n \n\n \n \n \n \n );\n}\n\nexport default App;\n","const reportWebVitals = onPerfEntry => {\n if (onPerfEntry && onPerfEntry instanceof Function) {\n import('web-vitals').then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => {\n getCLS(onPerfEntry);\n getFID(onPerfEntry);\n getFCP(onPerfEntry);\n getLCP(onPerfEntry);\n getTTFB(onPerfEntry);\n });\n }\n};\n\nexport default reportWebVitals;\n","import React from 'react';\nimport ReactDOM from 'react-dom';\nimport App from './App';\nimport { BrowserRouter } from 'react-router-dom';\nimport reportWebVitals from './reportWebVitals';\n\n// Css\nimport '../node_modules/animate.css/animate.css';\nimport '../node_modules/bootstrap/dist/css/bootstrap.min.css';\nimport '../node_modules/slick-carousel/slick/slick.css';\nimport '../node_modules/slick-carousel/slick/slick-theme.css';\nimport '../node_modules/magnific-popup/dist/magnific-popup.css';\nimport '../node_modules/react-select2-wrapper/css/select2.css';\nimport '../node_modules/leaflet/dist/leaflet.css';\nimport './assets/fonts/flaticon/flaticon.css';\nimport './assets/fonts/font-awesome/css/all.min.css';\nimport './assets/css/style.css';\n\n\nReactDOM.render(\n \n \n ,\n document.getElementById('acres')\n);\n\n// If you want to start measuring performance in your app, pass a function\n// to log results (for example: reportWebVitals(console.log))\n// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals\nreportWebVitals();\n"],"sourceRoot":""}