import React from 'react' export default ({ photographer }) => (
Photo by{' '} {photographer.name}
)