{"version":3,"sources":["styles/theme.js","index.js"],"names":["theme","cmPlum","cmGold","nobelGray","darkGray","upperCase","App","lazy","ReactDOM","render","fallback","document","getElementById"],"mappings":"oKAUgBA,EAVF,CAEVC,OAAQ,UACRC,OAAQ,UACRC,UAAW,UACXC,SAAU,UACVC,UAAW,a,gCCMTC,EAAMC,gBAAK,kBAAM,uDAEvBC,IAASC,OACL,cAAC,IAAD,CAAeT,MAAOA,EAAtB,SACI,cAAC,WAAD,CAAUU,SAAU,6CAApB,SACA,cAACJ,EAAD,QAGFK,SAASC,eAAe,W","file":"static/js/main.138dd08e.chunk.js","sourcesContent":["const theme = {\r\n \r\n cmPlum: '#582C83',\r\n cmGold: '#F1c400',\r\n nobelGray: '#9d9d9d',\r\n darkGray: '#5a5a65',\r\n upperCase: 'uppercase',\r\n // display: ${props => props.auth ? 'block' : 'none'},\r\n }\r\n \r\n export default theme","import React from 'react'\r\nimport ReactDOM from 'react-dom'\r\n// import App from './App'\r\nimport { ThemeProvider } from 'styled-components'\r\nimport { Suspense, lazy } from 'react';\r\nimport theme from './styles/theme'\r\nimport '../node_modules/bootstrap/dist/css/bootstrap.min.css'\r\nimport 'bootstrap/dist/css/bootstrap.min.css'\r\nimport \"@fortawesome/fontawesome-free/css/all.min.css\"\r\nimport \"bootstrap-css-only/css/bootstrap.min.css\"\r\nimport \"mdbreact/dist/css/mdb.css\"\r\n\r\nconst App = lazy(() => import('./App'));\r\n\r\nReactDOM.render(\r\n \r\n Loading...}>\r\n \r\n \r\n \r\n , document.getElementById('root'))\r\n"],"sourceRoot":""}