{"version":3,"file":"index-Bcj3leYd.js","sources":["../../../app/javascript/src/explore/scenes/State/index.tsx"],"sourcesContent":["import * as React from 'react';\n\nimport { IMerchant, MerchantGrid } from 'src/explore/compositions/MerchantGrid';\n\ninterface Props {\n  merchants: IMerchant[];\n  state: string;\n}\n\nconst State: React.FC<Props> = ({ merchants, state }) => (\n  <div className=\"container-xl\">\n    <div className=\"row pt-6\">\n      <div className=\"col\">\n        <h1>{`Top foods from ${state}`}</h1>\n        <p>The most iconic foods shipped to your door.</p>\n      </div>\n    </div>\n    <MerchantGrid merchants={merchants} />\n  </div>\n);\n\nexport default State;\n"],"names":["State","merchants","state","React.createElement","MerchantGrid"],"mappings":"oiBASA,MAAMA,EAAyB,CAAC,CAAE,UAAAC,EAAW,MAAAC,CAC3C,IAAAC,EAAA,cAAC,MAAI,CAAA,UAAU,cACb,EAAAA,EAAAA,cAAC,MAAI,CAAA,UAAU,YACZA,EAAAA,cAAA,MAAA,CAAI,UAAU,KAAA,EACZA,EAAA,cAAA,KAAA,KAAI,kBAAkBD,CAAK,EAAG,EAC/BC,EAAAA,cAAC,IAAE,KAAA,6CAA2C,CAChD,CACF,EACCA,EAAAA,cAAAC,EAAA,CAAa,UAAAH,EAAsB,CACtC"}