\n\n \n \n {/* \n \n \n \n \n \n \n\n \n Our Story\n \n\n \n Contact Us\n */}\n We are currently building our website. You can find the links below to see our products on social media.\n \n \n\n {routing}\n
\n \n \n );\n}\n\nexport default App;\n","import { createStyles, makeStyles } from '@material-ui/core';\n\nconst useStyles = makeStyles(() => createStyles({\n '@global': {\n '*': {\n boxSizing: 'border-box',\n margin: 0,\n padding: 0,\n },\n html: {\n '-webkit-font-smoothing': 'antialiased',\n '-moz-osx-font-smoothing': 'grayscale',\n height: '100%',\n width: '100%'\n },\n body: {\n backgroundColor: '#f4f6f8',\n height: '100%',\n width: '100%'\n },\n a: {\n textDecoration: 'none'\n },\n '#root': {\n height: '100%',\n width: '100%'\n }\n }\n}));\n\nconst GlobalStyles = () => {\n useStyles();\n\n return null;\n};\n\nexport default GlobalStyles;\n","import React from 'react';\nimport ReactDOM from 'react-dom';\nimport { BrowserRouter } from 'react-router-dom';\nimport { RecoilRoot } from 'recoil';\n//import { recoilPersist } from 'recoil-persist'; //use in atom only now: https://github.com/polemius/recoil-persist\nimport { ThemeProvider } from '@material-ui/core';\nimport App from './App';\nimport theme from 'src/theme';\nimport GlobalStyles from 'src/components/GlobalStyles';\nimport './index.css';\n\nReactDOM.render(\n \n \n Loading...}>\n \n \n \n \n \n \n \n \n ,\n document.getElementById('root')\n);\n"],"sourceRoot":""}