import React from 'react'; export default ({ instance, packages, handleSubmit }) => (
{JSON.stringify({ instance, packages }, null, 2)}
;
);