import React from 'react'; export default function({ value }) { return (
{JSON.stringify(value, undefined, 2)}
); }