remove duplicate layouts route

This commit is contained in:
Simon Milburn 2020-03-14 13:03:04 -04:00 committed by GitHub
parent df3bc2a60d
commit 037741dd54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,10 +20,6 @@ const routes: Routes = [
path: 'layouts',
component: FormLayoutsComponent,
},
{
path: 'layouts',
component: FormLayoutsComponent,
},
{
path: 'buttons',
component: ButtonsComponent,