Files
old-wiaas-legacy/api-wiaas/client/js/bower_components/tinymce/themes/modern/index.js
2018-06-11 11:09:35 +02:00

7 lines
198 B
JavaScript

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