{"version":3,"sources":["components/Header.js","App.js","reportWebVitals.js","index.js"],"names":["Header","url","window","location","pathname","className","href","src","alt","width","style","opacity","MeasuringSpoon","lazy","OvenMitt","KitchenTowels","BowlSet","ButterKeeper","OilBurner","WineRack","CoasterSet","BananaBarkTray","Home","App","fallback","exact","path","component","reportWebVitals","onPerfEntry","Function","then","getCLS","getFID","getFCP","getLCP","getTTFB","ReactDOM","render","StrictMode","document","getElementById"],"mappings":"gRAkCeA,EA9BA,WACb,IAAMC,EAAMC,OAAOC,SAASC,SAC5B,OACE,8BACW,MAARH,EACC,sBAAKI,UAAU,mBAAf,UACE,mBAAGC,KAAK,0BAAR,SAAkC,qBAAKC,IAAI,0BAA0BC,IAAI,SAASC,MAAM,QAAQJ,UAAU,0BAC1G,sBAAKA,UAAU,yBAAf,UACE,mBAAGC,KAAK,IAAR,SAAY,qBAAKC,IAAI,mBAAmBC,IAAI,UAAUC,MAAM,YAC5D,mBAAGJ,UAAU,iBAAb,mCAEF,mBAAGK,MAAO,CAACC,QAAQ,IAAIF,MAAM,cAG/B,gCACE,qBAAKJ,UAAU,cAAf,SACE,mBAAGC,KAAK,IAAR,SAAY,qBAAKC,IAAI,mBAAmBC,IAAI,UAAUC,MAAM,cAE9D,qBAAKJ,UAAU,aAAf,sBACA,qBAAKA,UAAU,qCAAf,sBACA,sBAAKA,UAAU,2BAAf,0DAC+C,uBAD/C,8CCjBJO,EAAiBC,gBAAK,kBAAM,8DAC5BC,EAAWD,gBAAK,kBAAM,8DACtBE,EAAgBF,gBAAK,kBAAM,6DAC3BG,EAAUH,gBAAK,kBAAM,6DACrBI,EAAeJ,gBAAK,kBAAM,6DAC1BK,EAAYL,gBAAK,kBAAM,8DACvBM,EAAWN,gBAAK,kBAAM,8DACtBO,EAAaP,gBAAK,kBAAM,6DACxBQ,EAAiBR,gBAAK,kBAAM,6DAC5BS,EAAOT,gBAAK,kBAAM,uDAsCTU,EApCH,kBACV,cAAC,IAAD,UACE,eAAC,WAAD,CAAUC,SAAU,6CAApB,UACE,cAAC,EAAD,IACA,eAAC,IAAD,WACE,cAAC,IAAD,CAAOC,OAAK,EAACC,KAAK,IAAIC,UAAWL,IACjC,cAAC,IAAD,CACEG,OAAK,EACLC,KAAK,gCACLC,UAAWf,IAEb,cAAC,IAAD,CAAOa,OAAK,EAACC,KAAK,yBAAyBC,UAAWb,IACtD,cAAC,IAAD,CACEW,OAAK,EACLC,KAAK,8BACLC,UAAWZ,IAEb,cAAC,IAAD,CAAOU,OAAK,EAACC,KAAK,wBAAwBC,UAAWX,IACrD,cAAC,IAAD,CACES,OAAK,EACLC,KAAK,6BACLC,UAAWV,IAEb,cAAC,IAAD,CAAOQ,OAAK,EAACC,KAAK,0BAA0BC,UAAWT,IACvD,cAAC,IAAD,CAAOO,OAAK,EAACC,KAAK,yBAAyBC,UAAWR,IACtD,cAAC,IAAD,CAAOM,OAAK,EAACC,KAAK,2BAA2BC,UAAWP,IACxD,cAAC,IAAD,CACEK,OAAK,EACLC,KAAK,+BACLC,UAAWN,aCnCNO,EAZS,SAAAC,GAClBA,GAAeA,aAAuBC,UACxC,8BAAqBC,MAAK,YAAkD,IAA/CC,EAA8C,EAA9CA,OAAQC,EAAsC,EAAtCA,OAAQC,EAA8B,EAA9BA,OAAQC,EAAsB,EAAtBA,OAAQC,EAAc,EAAdA,QAC3DJ,EAAOH,GACPI,EAAOJ,GACPK,EAAOL,GACPM,EAAON,GACPO,EAAQP,OCDdQ,IAASC,OACP,cAAC,IAAMC,WAAP,UACE,cAAC,EAAD,MAEFC,SAASC,eAAe,SAM1Bb,M","file":"static/js/main.5d21ea1a.chunk.js","sourcesContent":["/** @format */\n\nimport React from \"react\";\n\nconst Header = () => {\n const url = window.location.pathname;\n return (\n
\n {url === \"/\" ? (\n
\n \"qalara\"\n
\n \"qrafted\"\n

presents live mark

\n
\n

\n
\n ) : (\n
\n
\n \"qrafted\"\n
\n
presents
\n
livemark
\n
\n A digital endeavour bringing transparency to
the global\n artisanal supply chain\n
\n
\n )}\n
\n );\n};\n\nexport default Header;\n","/** @format */\nimport React, { Suspense, lazy } from \"react\";\nimport { BrowserRouter as Router, Route, Switch } from \"react-router-dom\";\nimport \"./styles/reset.css\";\nimport \"./App.css\";\nimport Header from \"./components/Header\";\n\nconst MeasuringSpoon = lazy(() => import(\"./components/MeasuringSpoon\"));\nconst OvenMitt = lazy(() => import(\"./components/OvenMitt\"));\nconst KitchenTowels = lazy(() => import(\"./components/KitchenTowels\"));\nconst BowlSet = lazy(() => import(\"./components/BowlSet\"));\nconst ButterKeeper = lazy(() => import(\"./components/ButterKeeper\"));\nconst OilBurner = lazy(() => import(\"./components/OilBurner\"));\nconst WineRack = lazy(() => import(\"./components/WineRack\"));\nconst CoasterSet = lazy(() => import(\"./components/CoasterSet\"));\nconst BananaBarkTray = lazy(() => import(\"./components/BananaBarkTray\"));\nconst Home = lazy(() => import(\"./components/home\"));\n\nconst App = () => (\n \n Loading...}>\n
\n \n \n \n \n \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 './index.css';\nimport App from './App';\nimport reportWebVitals from './reportWebVitals';\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\nreportWebVitals();\n"],"sourceRoot":""}