{"version":3,"file":"static/chunks/8340.747e3363cb362a7a.js","mappings":"+MAIA,IAAMA,EAAQ,OAAC,CAAEC,MAAAA,CAAK,CAAEC,OAAAA,CAAM,CAAE,CAAAC,EAC5B,MACI,GAAAC,EAAAC,IAAA,EAACC,MAAAA,CAAIC,UAAWC,IAAAA,KAAe,WAC3B,GAAAJ,EAAAK,GAAA,EAACH,MAAAA,CAAIC,UAAWC,IAAAA,gBAA0B,UAAGP,IAC5CC,GAAU,GAAAE,EAAAK,GAAA,EAACH,MAAAA,CAAIC,UAAWC,IAAAA,aAAuB,UAAGN,MAGjE,CAEAF,CAAAA,EAAMU,SAAS,CAAG,CACdT,MAAOU,IAAAA,MAAgB,CAACC,UAAU,CAClCV,OAAQS,IAAAA,MAAgB,ECb5B,IAAAE,EDgBeb,oBEjBfc,EAAAC,OAAA,EAAkB","sources":["webpack://_N_E/./components/Quote/Quote.js","webpack://_N_E/./components/Quote/index.js","webpack://_N_E/./components/Quote/Quote.module.scss"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport styles from './Quote.module.scss';\n\nconst Quote = ({ quote, author }) => {\n    return (\n        <div className={styles['Quote']}>\n            <div className={styles['Quote__Container']}>{quote}</div>\n            {author && <div className={styles['Quote__Author']}>{author}</div>}\n        </div>\n    );\n};\n\nQuote.propTypes = {\n    quote: PropTypes.string.isRequired,\n    author: PropTypes.string,\n};\n\nexport default Quote;\n","import Quote from './Quote';\n\nexport default Quote;\n","// extracted by mini-css-extract-plugin\nmodule.exports = {\"Quote\":\"Quote_Quote__PjHgq\",\"Quote__Author\":\"Quote_Quote__Author__fY39o\",\"Quote__Container\":\"Quote_Quote__Container__fMJI_\"};"],"names":["Quote","quote","author","param","jsx_runtime","jsxs","div","className","styles","jsx","propTypes","PropTypes","isRequired","components_Quote","module","exports"],"sourceRoot":""}