docs(demos): change structure of list component section

This commit is contained in:
Drew Rygh
2015-10-19 15:42:01 -05:00
parent 2e3a523ba8
commit 75b92cb167
3 changed files with 9 additions and 9 deletions

View File

@ -37,8 +37,8 @@ import {IconsPage} from './icons/icons';
import {BasicListsPage,
AvatarListsPage,
IconListsPage,
NoDividersPage,
InsetListsPage,
BasicDividersPage,
BasicInsetListsPage,
ListHeadersPage} from './lists/lists';
import {MenusPage} from './menus/menus';
@ -100,8 +100,8 @@ export function getPageFor(hash) {
'lists': BasicListsPage,
'avatar-list': AvatarListsPage,
'icon-list': IconListsPage,
'no-dividers': NoDividersPage,
'inset-list': InsetListsPage,
'dividers': BasicDividersPage,
'inset-list': BasicInsetListsPage,
'list-headers': ListHeadersPage,
'menus': MenusPage,