new editor works for applications! :-)
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
|
||||
import Plugin from './plugin.js';
|
||||
import renderers from '../renderers/all.js';
|
||||
import editors from '../editors/all.js';
|
||||
import routes from './routes.js';
|
||||
|
||||
const plugin = new Plugin('zero');
|
||||
|
||||
// add renderers
|
||||
plugin.addRenderers(renderers);
|
||||
plugin.addEditors(editors);
|
||||
|
||||
// add routes
|
||||
plugin.addRoutes(routes);
|
||||
|
||||
Reference in New Issue
Block a user