import React from 'react';

// displays the screenshot by default
// use this node to override
export default props => {
  return <div></div>
}