File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/src/docs/explorerConfigs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ import { LabeledInputExplorerConfig } from './LabeledInputConfig';
4848import { TabButtonExplorerConfig } from './TabButtonConfig' ;
4949import { VerticalTabButtonExplorerConfig } from './VerticalTabButtonConfig' ;
5050import { PickerListExplorerConfig } from './PickerListConfig' ;
51- import { TreeConfig } from './TreeConfig' ;
51+ // import { TreeConfig } from './TreeConfig';
5252import { TDocConfig } from '@epam/uui-docs' ;
5353
5454export const explorerConfigs = [
@@ -103,7 +103,7 @@ export const explorerConfigs = [
103103 TabButtonExplorerConfig ,
104104 VerticalTabButtonExplorerConfig ,
105105 PickerListExplorerConfig ,
106- TreeConfig ,
106+ // TreeConfig, TODO: uncomment when structure would be improved
107107] ;
108108
109109export const explorerConfigsMap = explorerConfigs . reduce < Map < string , TDocConfig > > ( ( acc , config ) => {
You can’t perform that action at this time.
0 commit comments