Skip to content

Commit

Permalink
FIO-7208: Moved Tree component to the contrib library
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandraRamanenka committed Oct 5, 2023
1 parent a381c68 commit f370f5c
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 1,185 deletions.
2 changes: 0 additions & 2 deletions src/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ import TagsComponent from './tags/Tags';
import TextAreaComponent from './textarea/TextArea';
import TextFieldComponent from './textfield/TextField';
import TimeComponent from './time/Time';
import TreeComponent from './tree/Tree';
import UnknownComponent from './unknown/Unknown';
import UrlComponent from './url/Url';
import WellComponent from './well/Well';
Expand Down Expand Up @@ -93,7 +92,6 @@ export default {
textarea: TextAreaComponent,
textfield: TextFieldComponent,
time: TimeComponent,
tree: TreeComponent,
unknown: UnknownComponent,
url: UrlComponent,
well: WellComponent,
Expand Down
227 changes: 0 additions & 227 deletions src/components/tree/Node.js

This file was deleted.

15 changes: 0 additions & 15 deletions src/components/tree/Tree.form.js

This file was deleted.

Loading

0 comments on commit f370f5c

Please sign in to comment.