import PropTypes from 'prop-types' import React from 'react' import ScreenshotSection from './ScreenshotSection' const ModelingSection = ({ className }) => (

Collaboratively...

) ModelingSection.propTypes = { className: PropTypes.string, } export default ModelingSection