diff --git a/README.md b/README.md index 1d06612..5f4da4b 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,8 @@ const data = [ Use all the defaults. The _initialData_ prop makes the tree an uncontrolled component. Create, move, rename, and delete will be handled internally. ```jsx +import { Tree } from 'react-arborist'; + function App() { return ; }