Update src/components/form/QuestionRenderingEngine.tsx

Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com>
This commit is contained in:
Aman Singh
2022-12-07 02:56:04 +05:30
committed by GitHub Enterprise
parent 53f131b4bd
commit a308328524

View File

@@ -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 {