Skip to content

Commit f4cac36

Browse files
authored
chore: remove bundles pages (#5942)
1 parent 77448e4 commit f4cac36

File tree

2 files changed

+0
-31
lines changed

2 files changed

+0
-31
lines changed

src/app/pages/pages-menu.ts

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -12,32 +12,6 @@ export const MENU_ITEMS: NbMenuItem[] = [
1212
icon: 'home-outline',
1313
link: '/pages/iot-dashboard',
1414
},
15-
{
16-
title: 'Backend Integration',
17-
icon: 'settings-outline',
18-
children: [
19-
{
20-
title: 'PHP',
21-
link: '/pages/backend-integration/php',
22-
},
23-
{
24-
title: '.NET Core',
25-
link: '/pages/backend-integration/dot-net-core',
26-
},
27-
{
28-
title: 'Node JS',
29-
link: '/pages/backend-integration/node-js',
30-
},
31-
{
32-
title: 'Java',
33-
link: '/pages/backend-integration/java',
34-
},
35-
{
36-
title: 'E-commerce',
37-
link: '/pages/backend-integration/ecommerce',
38-
},
39-
],
40-
},
4115
{
4216
title: 'FEATURES',
4317
group: true,

src/app/pages/pages-routing.module.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ const routes: Routes = [{
1818
path: 'iot-dashboard',
1919
component: DashboardComponent,
2020
},
21-
{
22-
path: 'backend-integration',
23-
loadChildren: () => import('./backend-integration/backend-integration.module')
24-
.then(m => m.BackendIntegrationModule),
25-
},
2621
{
2722
path: 'layout',
2823
loadChildren: () => import('./layout/layout.module')

0 commit comments

Comments
 (0)