mirror of
https://github.com/codex-team/editor.js
synced 2026-03-16 07:35:48 +01:00
* new redactor version * update * update * bundler config updated * clear bundler without plugins
8 lines
86 B
JavaScript
8 lines
86 B
JavaScript
/**
|
|
*
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
var editor = require('./editor');
|
|
module.exports = editor;
|