{"version":3,"sources":["Components/Navbar/navbar.component.jsx","context/pof.context.jsx","App.js","index.js"],"names":["NavBar","className","href","PofContext","createContext","PofContextProvider","children","useState","baseUrl","setBase","Provider","value","StatusCheck","React","lazy","App","Suspense","fallback","path","component","Component","ReactDOM","render","StrictMode","document","getElementById"],"mappings":"+TAgBeA,G,YAbA,WACX,OACI,yBAAKC,UAAU,0BACX,6BACI,yBAAKA,UAAU,aACX,uBAAGA,UAAU,eAAeC,KAAK,KAAI,yBAAKD,UAAU,mB,QCP3DE,EAAaC,wBAAc,MAkBzBC,EAhBY,SAAC,GAAkB,IAAhBC,EAAe,EAAfA,SAC1B,EAA2BC,mBAAS,MAApC,mBAAOC,EAAP,KAAgBC,EAAhB,KAGA,OACI,kBAACN,EAAWO,SAAZ,CACIC,MAAO,CACHH,UAASC,YAGZH,ICRPM,EAAcC,IAAMC,MAAK,kBAAM,uDAoBtBC,E,4JAhBb,WACE,OACI,kBAAC,EAAD,KACI,kBAAC,IAAD,KACI,yBAAKd,UAAU,OACX,kBAAC,EAAD,MACA,kBAAC,IAAMe,SAAP,CAAgBC,SAAS,IACrB,kBAAC,IAAD,CAAOC,KAAK,IAAIC,UAAWP,GAAa,kBAACA,EAAD,e,GAR9CQ,aCHlBC,IAASC,OACP,kBAAC,IAAMC,WAAP,KACE,kBAAC,EAAD,OAEFC,SAASC,eAAe,W","file":"static/js/main.a5305759.chunk.js","sourcesContent":["import React from 'react';\nimport './navbar.styles.scss';\n\nconst NavBar = () => {\n return (\n
\n \n
\n )\n};\n\nexport default NavBar;\n","import React, { createContext, useState } from 'react';\nexport const PofContext = createContext(null);\n\nconst PofContextProvider = ({ children }) => {\n const [baseUrl, setBase] = useState(null);\n\n\n return (\n \n {children}\n \n )\n\n};\n\nexport default PofContextProvider;\n","import React, { Component } from 'react';\nimport { BrowserRouter as Router, Route } from 'react-router-dom';\nimport './App.css';\nimport NavBar from './Components/Navbar/navbar.component';\nimport PofContextProvider from \"./context/pof.context\";\nconst StatusCheck = React.lazy(() => import('./Components/Landing/landing.component'));\n\n\nclass App extends Component {\n render() {\n return (\n \n \n
\n \n \n \n \n
\n
\n
\n )\n }\n}\n\nexport default App;\n","import React from 'react';\nimport ReactDOM from 'react-dom';\nimport './index.css';\nimport App from './App';\n\nReactDOM.render(\n \n \n ,\n document.getElementById('root')\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\n\n"],"sourceRoot":""}