diff --git a/src/components/form/QuestionRenderingEngine.tsx b/src/components/form/QuestionRenderingEngine.tsx index b01d81fa..f419052f 100644 --- a/src/components/form/QuestionRenderingEngine.tsx +++ b/src/components/form/QuestionRenderingEngine.tsx @@ -9,12 +9,12 @@ import TextArea from './components/TextArea'; import TextInput from './components/TextInput'; const Component = { - TextInput: TextInput, - TextArea: TextArea, - RadioButton: RadioButton, - ImageUpload: ImageUpload, - Checkbox: Checkbox, - Rating: Rating, + TextInput, + TextArea, + RadioButton, + ImageUpload, + Checkbox, + Rating, }; interface IQuestionRenderingEngine {