Created
January 18, 2021 05:59
-
-
Save BenBroide/7f1986508c4a87397598ad7acb61a2f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import TextField from "./TextControl"; | |
import ColorPickerComponent from "./ColorPicker"; | |
import SelectControlComponent from "./SelectControl"; | |
import MediaUpload from "./MediaUpload"; | |
import RepeaterControl from "./RepeaterControl"; | |
const controlsIndex = | |
{ | |
text: TextField, | |
color: ColorPickerComponent, | |
select: SelectControlComponent, | |
media: MediaUpload, | |
repeater: RepeaterControl | |
} | |
export default controlsIndex |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment