mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-26 09:33:02 +00:00
8 lines
157 B
JavaScript
8 lines
157 B
JavaScript
const Text = require('./text/text.jsx');
|
|
const Checkbox = require('./checkbox/checkbox.jsx');
|
|
|
|
module.exports = {
|
|
Text : Text,
|
|
Checkbox : Checkbox,
|
|
};
|