Skip to content

Commit c87c5a4

Browse files
committed
Removed pn dependency
1 parent 936ebb4 commit c87c5a4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

eform-client/src/app/plugins/plugins.routing.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ import {RouterModule, Routes} from '@angular/router';
33
import {AuthGuard} from 'src/app/common/guards';
44

55
export const routes: Routes = [
6-
{
7-
path: 'customers-pn',
8-
canActivate: [AuthGuard],
9-
loadChildren: './modules/customers-pn/customers-pn.module#CustomersPnModule'
10-
}
6+
117
];
128

139
@NgModule({

0 commit comments

Comments
 (0)