Update src/components/form/QuestionRenderingEngine.tsx
Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com>
This commit is contained in:
committed by
GitHub Enterprise
parent
53f131b4bd
commit
a308328524
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user