{"version":3,"sources":["pages-public/LandingPage/SectionEmpat/index.js","pages-public/DashboardPublic/base.js","pages-public/DashboardPublic/index.js"],"names":["SectionEmpat","id","className","md","lg","sm","src","HpKiri","HpTengah","HeroSection","React","lazy","CakupanPendataanSection","DasawismaSection","ChartDasawismaSection","MapSection","TopikDataSection","CarikJakarta","DashboardPublic"],"mappings":"8HAAA,wEAmCeA,IA5BM,WACnB,OACE,kBAAC,WAAD,KACE,yBAAKC,GAAG,gBAAgBC,UAAU,gBAC9B,yBAAKA,UAAU,aACb,kBAAC,IAAD,KACE,kBAAC,IAAD,CAAKA,UAAU,iBAAiBC,GAAG,IAAIC,GAAG,IAAIC,GAAG,MAC/C,yBAAKH,UAAU,0BACX,yBAAKI,IAAKC,QAGhB,kBAAC,IAAD,CAAKL,UAAU,iBAAiBC,GAAG,IAAIC,GAAG,IAAIC,GAAG,MAC/C,yBAAKH,UAAU,0BACb,yBAAKI,IAAKE,QAGd,kBAAC,IAAD,CAAKN,UAAU,iBAAiBC,GAAG,IAAIC,GAAG,IAAIC,GAAG,MAC/C,yBAAKH,UAAU,0BACb,yBAAKI,IAAKC,c,mECvBfE,EAAcC,IAAMC,MAAK,kBAAM,uDAC/BC,EAA0BF,IAAMC,MAAK,kBAAM,iCAC3CE,EAAmBH,IAAMC,MAAK,kBAAM,yDACpCG,EAAwBJ,IAAMC,MAAK,kBAAM,iCACzCI,EAAaL,IAAMC,MAAK,kBAAM,kCAC9BK,EAAmBN,IAAMC,MAAK,kBAAM,kCACpCM,EAAeP,IAAMC,MAAK,kBAAM,uDCW9BO,UAfS,WACpB,OACA,kBAAC,WAAD,KAEI,kBAACT,EAAD,MACA,kBAACG,EAAD,MACA,kBAACC,EAAD,MACA,kBAACC,EAAD,MACA,kBAACC,EAAD,MACA,kBAACC,EAAD,MACA,kBAACC,EAAD","file":"static/js/6.a7c91631.chunk.js","sourcesContent":["import React, { Fragment } from 'react';\n\nimport { Row, Col } from 'reactstrap';\nimport HpKiri from '../../../assets/images/landing-pages/section-4/hp-kiri.png';\nimport HpTengah from '../../../assets/images/landing-pages/section-4/hp-tengah.png';\n\n\nconst SectionEmpat = () => {\n  return (\n    <Fragment>\n      <div id='section-empat' className=\"hero-wrapper\">\n          <div className=\"container\">\n            <Row>\n              <Col className=\"s4-col-ss-apps\" md=\"4\" lg=\"4\" sm=\"12\">\n                <div className=\"s4-ss-apps text-center\">\n                    <img src={HpKiri} />\n                </div>\n              </Col>\n              <Col className=\"s4-col-ss-apps\" md=\"4\" lg=\"4\" sm=\"12\">\n                <div className=\"s4-ss-apps text-center\">\n                  <img src={HpTengah} />\n                </div>\n              </Col>\n              <Col className=\"s4-col-ss-apps\" md=\"4\" lg=\"4\" sm=\"12\">\n                <div className=\"s4-ss-apps text-center\">\n                  <img src={HpKiri} />\n                </div>\n              </Col>\n            </Row>\n          </div>\n      </div>\n    </Fragment>\n  );\n};\n\nexport default SectionEmpat;\n","import React from 'react';\n\nexport const HeroSection = React.lazy(() => import('./HeroSection'));\nexport const CakupanPendataanSection = React.lazy(() => import('./CakupanPendataanSection'));\nexport const DasawismaSection = React.lazy(() => import('./DasawismaSection'));\nexport const ChartDasawismaSection = React.lazy(() => import('./ChartDasawismaSection'));\nexport const MapSection = React.lazy(() => import('./MapSection'));\nexport const TopikDataSection = React.lazy(() => import('./TopikDataSection'));\nexport const CarikJakarta = React.lazy(() => import('./CarikJakarta'));","import SectionEmpat from 'pages-public/LandingPage/SectionEmpat';\nimport React, { Fragment } from 'react';\nimport { TopikDataSection, MapSection, CakupanPendataanSection, ChartDasawismaSection, DasawismaSection, HeroSection, CarikJakarta } from './base'\n\nconst DashboardPublic = () => {\n    return (\n    <Fragment>\n\n        <HeroSection />\n        <CakupanPendataanSection />\n        <DasawismaSection />\n        <ChartDasawismaSection />\n        <MapSection />\n        <TopikDataSection />\n        <CarikJakarta />\n    </Fragment>\n  );\n};\n\nexport default DashboardPublic;"],"sourceRoot":""}