import Section from './SectionField' import Text from './TextField' import Index from './IndexField' import Choice from './ChoiceField' import Image from './ImageField' export const Field = {Section, Text, Index, Choice, Image}