mailtrain/client/static/mosaico/vendor/themes/modern/index.js

7 lines
198 B
JavaScript
Raw Normal View History

// Exports the "modern" theme for usage with module loaders
// Usage:
// CommonJS:
// require('tinymce/themes/modern')
// ES2015:
// import 'tinymce/themes/modern'
require('./theme.js');