From d32ac5596ffd2dc8ce2d0e5af3484a44358bbac2 Mon Sep 17 00:00:00 2001 From: Andy Ray Date: Sat, 12 Oct 2024 15:31:08 -0700 Subject: [PATCH] Adding minimal required readme instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 ; }