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