We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87af88e commit 58239a0Copy full SHA for 58239a0
README.md
@@ -79,7 +79,7 @@ export default data;
79
```
80
import React from 'react';
81
import ReactDOM from 'react-dom';
82
-import FileTree from 'react-filetree';
+import { FileTree } from 'react-filetree';
83
84
import data from './data.js';
85
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-filetree",
3
- "version": "1.2.2",
+ "version": "1.2.3",
4
"description": "Simple filetree build with ReactJS",
5
"main": "/dist/react-filetree.js",
6
"scripts": {
0 commit comments