diff --git a/website/sandbox/App.js b/website/sandbox/App.js index a041cc70..6fb00ba1 100644 --- a/website/sandbox/App.js +++ b/website/sandbox/App.js @@ -1,5 +1,5 @@ import React from 'react'; -import SortableTree, { toggleExpandedForAll } from '../../src'; +import SortableTree, { toggleExpandedForAll } from 'react-sortable-tree'; import treeData from './treeData';