import Json from 'shared/components/json.js' const GistAsJson = props => (
{JSON.stringify(props.gist, null, 2)}
) export default GistAsJson