{"version":3,"file":"index-Bm_PUUOu.js","sources":["../../../app/javascript/src/explore/elements/bs4/ErrorBox/index.jsx"],"sourcesContent":["import React from 'react';\nimport cls from 'classnames';\n\nimport styles from './index.module.sass';\n\nexport const ErrorBox = ({ className = '', errors }) => {\n if ( !errors || errors.length < 1 ) return null;\n\n return (\n