Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit 564bb41

Browse files
author
Dominik Sumer
committed
adjusted indexjs
1 parent f1d90e4 commit 564bb41

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
import Form from './Form';
22
import Input from './Input';
33

4-
Form.Input = Input;
5-
6-
export default Form;
4+
export {Form, Input};

0 commit comments

Comments
 (0)