new routing for zero

This commit is contained in:
2020-10-16 14:02:10 +02:00
parent 525fa8b147
commit 1fe10d8952
36 changed files with 399 additions and 462 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import Plugin from './plugin.js';
import renderers from '../renderers/all.js';
import routes from '../config/routes.js';
import routes from './routes.js';
const plugin = new Plugin('zero');