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 9c2febd
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 1,187 deletions.
2 changes: 0 additions & 2 deletions src/components/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ import TagsForm from './tags/Tags.form';
import TextAreaForm from './textarea/TextArea.form';
import TextfieldForm from './textfield/TextField.form';
import TimeForm from './time/Time.form';
import TreeForm from './tree/Tree.form';
import UnknownForm from './unknown/Unknown.form';
import UrlForm from './url/Url.form';
import WellForm from './well/Well.form';
Expand Down Expand Up @@ -80,7 +79,6 @@ Components.tags.editForm = TagsForm;
Components.textarea.editForm = TextAreaForm;
Components.textfield.editForm = TextfieldForm;
Components.time.editForm = TimeForm;
Components.tree.editForm = TreeForm;
Components.unknown.editForm = UnknownForm;
Components.url.editForm = UrlForm;
Components.well.editForm = WellForm;
Expand Down
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 9c2febd

Please sign in to comment.