diff --git a/src/app/pages/pages-routing.module.ts b/src/app/pages/pages-routing.module.ts index ec611c79..8b632bd6 100644 --- a/src/app/pages/pages-routing.module.ts +++ b/src/app/pages/pages-routing.module.ts @@ -53,11 +53,11 @@ const routes: Routes = [{ loadChildren: () => import('./charts/charts.module') .then(m => m.ChartsModule), }, - // { - // path: 'editors', - // loadChildren: () => import('./editors/editors.module') - // .then(m => m.EditorsModule), - // }, + { + path: 'editors', + loadChildren: () => import('./editors/editors.module') + .then(m => m.EditorsModule), + }, // { // path: 'tables', // loadChildren: () => import('./tables/tables.module')