Skip to content

Commit e46ccf7

Browse files
committed
clean up demo
1 parent 2fdf26e commit e46ccf7

File tree

3 files changed

+0
-229
lines changed

3 files changed

+0
-229
lines changed

packages/dev/src/AppTabs.tsx

Lines changed: 0 additions & 215 deletions
This file was deleted.

packages/dev/src/Nav.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ export const Nav: NavInterface[] = [
4040
name: 'With custom drawer',
4141
to: '/quickstarts-drawer',
4242
},
43-
{
44-
id: 'chatbot-drawer',
45-
name: 'With chatbot drawer',
46-
to: '/chatbot-drawer',
47-
},
4843
];
4944

5045
export default Nav;

packages/dev/src/index.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import AppProps from './AppProps';
1212
import AppLocalized from './AppLocalized';
1313
import AppHelpTopicDemo from './AppHelpTopicDemo';
1414
import AppCustomDrawer from './AppCustomDrawer';
15-
import AppChatbotDrawer from './AppTabs';
1615
import { DefaultCatalog } from './DefaultCatalog';
1716
import { CustomCatalog } from './CustomCatalog';
1817
import { MockConsole } from './MockConsole';
@@ -71,14 +70,6 @@ root.render(
7170
</AppCustomDrawer>
7271
}
7372
/>
74-
<Route
75-
path="/chatbot-drawer"
76-
element={
77-
<AppChatbotDrawer showCardFooters={false}>
78-
<DefaultCatalog hint="This catalog is for testing the component props based quick starts approach by utilizing the QuickStartContainer component" />
79-
</AppChatbotDrawer>
80-
}
81-
/>
8273
</Routes>
8374
</BrowserRouter>,
8475
);

0 commit comments

Comments
 (0)