refactor: fixed typo
This commit is contained in:
parent
3f7db418a5
commit
fbad174a3c
@ -44,7 +44,7 @@ const routes = [
|
||||
{ path: '/base', exact: true, name: 'Base', component: Cards },
|
||||
{ path: '/base/cards', name: 'Cards', component: Cards },
|
||||
{ path: '/base/forms', name: 'Forms', component: Forms },
|
||||
{ path: '/base/switches', name: 'Swithces', component: Switches },
|
||||
{ path: '/base/switches', name: 'Switches', component: Switches },
|
||||
{ path: '/base/tables', name: 'Tables', component: Tables },
|
||||
{ path: '/base/tabs', name: 'Tabs', component: Tabs },
|
||||
{ path: '/base/breadcrumbs', name: 'Breadcrumbs', component: Breadcrumbs },
|
||||
|
Loading…
Reference in New Issue
Block a user