Files
Cloud-CMS/ui/bundle_tools.js
Matt Batchelder 05ce0da296 Initial Upload
2025-12-02 10:32:59 -05:00

6 lines
296 B
JavaScript

// --- Add global TOOLS for the CMS ----
window.ArrayHelper = require('./src/helpers/array.js');
window.formHelpers = require('./src/helpers/form-helpers.js');
window.transformer = require('./src/helpers/transformer.js');
window.DateFormatHelper = require('./src/helpers/date-format-helper.js');