From 47bd6fb44de28178d5922a7517e9f7fd321a5d20 Mon Sep 17 00:00:00 2001 From: Sergii Zhevzhyk Date: Mon, 10 Feb 2020 23:13:04 +0100 Subject: [PATCH] refactor:forms: Remove duplicated route --- src/app/pages/forms/forms-routing.module.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/pages/forms/forms-routing.module.ts b/src/app/pages/forms/forms-routing.module.ts index a50d05a7..7bfebf6d 100644 --- a/src/app/pages/forms/forms-routing.module.ts +++ b/src/app/pages/forms/forms-routing.module.ts @@ -20,10 +20,6 @@ const routes: Routes = [ path: 'layouts', component: FormLayoutsComponent, }, - { - path: 'layouts', - component: FormLayoutsComponent, - }, { path: 'buttons', component: ButtonsComponent,