We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bef44b commit d0f6ee9Copy full SHA for d0f6ee9
README.md
@@ -30,7 +30,7 @@ For example:
30
31
```js
32
// This only needs to be done once; probably during your application's bootstrapping process.
33
-import 'react-sortable-tree/styles.css';
+import 'react-sortable-tree/style.css';
34
35
// You can import the default tree with dnd context
36
import SortableTree from 'react-sortable-tree';
0 commit comments