File tree Expand file tree Collapse file tree 3 files changed +0
-229
lines changed
Expand file tree Collapse file tree 3 files changed +0
-229
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff 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
5045export default Nav ;
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import AppProps from './AppProps';
1212import AppLocalized from './AppLocalized' ;
1313import AppHelpTopicDemo from './AppHelpTopicDemo' ;
1414import AppCustomDrawer from './AppCustomDrawer' ;
15- import AppChatbotDrawer from './AppTabs' ;
1615import { DefaultCatalog } from './DefaultCatalog' ;
1716import { CustomCatalog } from './CustomCatalog' ;
1817import { 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) ;
You can’t perform that action at this time.
0 commit comments