mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-23 17:28:11 +00:00
add image selector field type, modal component, and new snippet widgets
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
const Text = require('./text/text.jsx');
|
||||
const Checkbox = require('./checkbox/checkbox.jsx');
|
||||
const ImageSelector = require('./image-selector/image-selector.jsx');
|
||||
|
||||
module.exports = {
|
||||
Text : Text,
|
||||
Checkbox : Checkbox,
|
||||
Text : Text,
|
||||
Checkbox : Checkbox,
|
||||
ImageSelector : ImageSelector
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user