Skip to content

Commit

Permalink
chore: remove bundles pages (#5942)
Browse files Browse the repository at this point in the history
  • Loading branch information
elupanov authored May 26, 2022
1 parent 77448e4 commit f4cac36
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
26 changes: 0 additions & 26 deletions src/app/pages/pages-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,32 +12,6 @@ export const MENU_ITEMS: NbMenuItem[] = [
icon: 'home-outline',
link: '/pages/iot-dashboard',
},
{
title: 'Backend Integration',
icon: 'settings-outline',
children: [
{
title: 'PHP',
link: '/pages/backend-integration/php',
},
{
title: '.NET Core',
link: '/pages/backend-integration/dot-net-core',
},
{
title: 'Node JS',
link: '/pages/backend-integration/node-js',
},
{
title: 'Java',
link: '/pages/backend-integration/java',
},
{
title: 'E-commerce',
link: '/pages/backend-integration/ecommerce',
},
],
},
{
title: 'FEATURES',
group: true,
Expand Down
5 changes: 0 additions & 5 deletions src/app/pages/pages-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ const routes: Routes = [{
path: 'iot-dashboard',
component: DashboardComponent,
},
{
path: 'backend-integration',
loadChildren: () => import('./backend-integration/backend-integration.module')
.then(m => m.BackendIntegrationModule),
},
{
path: 'layout',
loadChildren: () => import('./layout/layout.module')
Expand Down

0 comments on commit f4cac36

Please sign in to comment.