diff --git a/src/common/Checkbox/index.js b/src/common/Checkbox/index.js new file mode 100644 index 000000000..b185f6cbc --- /dev/null +++ b/src/common/Checkbox/index.js @@ -0,0 +1,5 @@ +// Copyright (C) 2017-2023 Smart code 203358507 + +const Checkbox = require('./Checkbox'); + +module.exports = Checkbox;