From e8c94c1f41721c84b0395e51c4b34c1b098dce8c Mon Sep 17 00:00:00 2001 From: CJ Cenizal Date: Wed, 21 Feb 2018 13:59:59 -0800 Subject: [PATCH] Move Card into Display. --- src-docs/src/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-docs/src/routes.js b/src-docs/src/routes.js index 10815ea09c0..c37a4170d96 100644 --- a/src-docs/src/routes.js +++ b/src-docs/src/routes.js @@ -223,7 +223,6 @@ const navigation = [{ items: [ AccordionExample, BottomBarExample, - CardExample, FlexExample, FlyoutExample, HeaderExample, @@ -252,6 +251,7 @@ const navigation = [{ AvatarExample, BadgeExample, CallOutExample, + CardExample, CodeExample, DescriptionListExample, HealthExample,