parent
3c1c59f3e1
commit
a305b773ab
2 changed files with 20 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||||||
|
import React from 'react' |
||||||
|
|
||||||
|
const SortableTree = () => { |
||||||
|
return ( |
||||||
|
<div>SortableTree</div> |
||||||
|
) |
||||||
|
} |
||||||
|
|
||||||
|
export default SortableTree |
Loading…
Reference in new issue