import classNames from 'classnames' import React from 'react' import ContentSection from './ContentSection' import './ScreenshotSection.sass' const ScreenshotSection = ({ name, title, imageUrl, caption, imageIsRight, children }) => (
{children}
{caption}
{caption}
) export default ScreenshotSection