From a3083285240a0fb187d784af3c3da8157f17a64c Mon Sep 17 00:00:00 2001 From: Aman Singh Date: Wed, 7 Dec 2022 02:56:04 +0530 Subject: [PATCH] Update src/components/form/QuestionRenderingEngine.tsx Co-authored-by: Herik Hiteshkumar Modi --- src/components/form/QuestionRenderingEngine.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 {