Skip to content

Commit

Permalink
removed scope array field
Browse files Browse the repository at this point in the history
  • Loading branch information
joepuzzo committed Jun 4, 2019
1 parent 5c65ea3 commit 70c9605
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 77 deletions.
75 changes: 0 additions & 75 deletions src/components/ScopeArrayField.js

This file was deleted.

2 changes: 0 additions & 2 deletions src/index.js
@@ -1,7 +1,6 @@
import Form from './components/Form';
import Scope from './components/Scope';
import ArrayField from './components/ArrayField';
import ScopeArrayField from './components/ScopeArrayField';
import FormProvider from './components/FormProvider';

import withFormApi from './HOC/withFormApi';
Expand Down Expand Up @@ -63,5 +62,4 @@ export {
BasicCheckbox,
Scope,
ArrayField,
ScopeArrayField
};

0 comments on commit 70c9605

Please sign in to comment.