Skip to content

Commit 9e1ab33

Browse files
committed
Adding the missing commented line.
1 parent 21db59a commit 9e1ab33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import {RouterModule, Routes} from '@angular/router';
33
import {AuthGuard} from 'src/app/common/guards';
44

55
export const routes: Routes = [
6+
{
7+
// INSERT ROUTES HERE
68
];
79

810
@NgModule({

0 commit comments

Comments
 (0)