Skip to content

Commit 8cfc84f

Browse files
committed
Release 0.11.2
1 parent 3464c9a commit 8cfc84f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-form-controlled",
3-
"version": "0.11.1",
3+
"version": "0.11.2",
44
"description": "React controlled form components. The main idea is to make forms as simple as possible.",
55
"author": {
66
"name": "Zlatko Fedor",

src/Fieldset.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import traverse from './utils/traverse';
99
import Input from './Input';
1010
import Select from './Select';
1111
import Textarea from './Textarea';
12-
import Index from './Index';
1312

1413
export default class Fieldset extends Element {
1514
static isElement = true;

0 commit comments

Comments
 (0)