mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-26 11:43:01 +00:00
8 lines
161 B
JavaScript
8 lines
161 B
JavaScript
const Field = require('./field/field.jsx');
|
|
const Checkbox = require('./checkbox/checkbox.jsx');
|
|
|
|
module.exports = {
|
|
Field : Field,
|
|
Checkbox : Checkbox,
|
|
};
|