File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ import nanoid from 'nanoid';
66
77import Button from './Button' ;
88import TreeNode from './TreeNode' ;
9- import iconsShape from './iconsShape' ;
10- import languageShape from './languageShape' ;
11- import listShape from './listShape' ;
12- import nodeShape from './nodeShape' ;
9+ import iconsShape from './shapes/ iconsShape' ;
10+ import languageShape from './shapes/ languageShape' ;
11+ import listShape from './shapes/ listShape' ;
12+ import nodeShape from './shapes/ nodeShape' ;
1313
1414class CheckboxTree extends React . Component {
1515 static propTypes = {
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ import React from 'react';
44
55import Button from './Button' ;
66import NativeCheckbox from './NativeCheckbox' ;
7- import iconsShape from './iconsShape' ;
8- import languageShape from './languageShape' ;
9- import nodeShape from './nodeShape' ;
7+ import iconsShape from './shapes/ iconsShape' ;
8+ import languageShape from './shapes/ languageShape' ;
9+ import nodeShape from './shapes/ nodeShape' ;
1010
1111class TreeNode extends React . Component {
1212 static propTypes = {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments