We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7db41 commit fbad174Copy full SHA for fbad174
src/routes.js
@@ -44,7 +44,7 @@ const routes = [
44
{ path: '/base', exact: true, name: 'Base', component: Cards },
45
{ path: '/base/cards', name: 'Cards', component: Cards },
46
{ path: '/base/forms', name: 'Forms', component: Forms },
47
- { path: '/base/switches', name: 'Swithces', component: Switches },
+ { path: '/base/switches', name: 'Switches', component: Switches },
48
{ path: '/base/tables', name: 'Tables', component: Tables },
49
{ path: '/base/tabs', name: 'Tabs', component: Tabs },
50
{ path: '/base/breadcrumbs', name: 'Breadcrumbs', component: Breadcrumbs },
0 commit comments