Skip to content
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Oct 7, 2019
1 parent 748d4e1 commit 81ac146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/Widgets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import SelectWidget from '../SelectWidget/SelectWidget';
import TextareaWidget from '../TextareaWidget/TextareaWidget';
import TextWidget from '../TextWidget/TextWidget';
import UpDownWidget from '../UpDownWidget/UpDownWidget';
import EmailWidget from 'EmailWidget/EmailWidget';
import EmailWidget from '../EmailWidget/EmailWidget';

export default {
CheckboxWidget,
Expand Down

0 comments on commit 81ac146

Please sign in to comment.