chore(instances): remove resize file

This commit is contained in:
Sérgio Ramos 2018-03-02 11:52:28 +00:00
parent 7f136cc8bc
commit 110c80f65f
2 changed files with 0 additions and 8 deletions

View File

@ -1,3 +1,2 @@
export { default as List } from './list';
export { default as Resize } from './resize';
export { default as Snapshots } from './snapshots';

View File

@ -1,7 +0,0 @@
import React from 'react';
export default ({ instance, packages, handleSubmit }) => (
<form onSubmit={handleSubmit}>
<pre>{JSON.stringify({ instance, packages }, null, 2)}</pre>;
</form>
);