Remove CheckboxTree from overridable components (it was deleted from master)

Signed-off-by: Daniel Ortiz Lira <dortiz@vmware.com>
This commit is contained in:
Daniel Ortiz Lira
2021-09-28 10:00:39 -05:00
parent f275ce04ea
commit fa8a3e512d
2 changed files with 0 additions and 3 deletions
@@ -17,7 +17,6 @@
export * from './AlertDisplay';
export * from './Avatar';
export * from './Button';
export * from './CheckboxTree';
export * from './CodeSnippet';
export * from './CopyTextButton';
export * from './CreateButton';
@@ -18,7 +18,6 @@ import { StyleRules } from '@material-ui/core/styles/withStyles';
import {
AvatarClassKey,
CheckboxTreeClassKey,
DependencyGraphDefaultLabelClassKey,
DependencyGraphDefaultNodeClassKey,
DependencyGraphEdgeClassKey,
@@ -95,7 +94,6 @@ import {
type BackstageComponentsNameToClassKey = {
BackstageAvatar: AvatarClassKey;
BackstageCheckboxTree: CheckboxTreeClassKey;
BackstageDependencyGraphDefaultLabel: DependencyGraphDefaultLabelClassKey;
BackstageDependencyGraphDefaultNode: DependencyGraphDefaultNodeClassKey;
BackstageDependencyGraphEdge: DependencyGraphEdgeClassKey;