Skip to content

Commit

Permalink
fix: website pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
wuweiweiwu committed Dec 13, 2019
1 parent 95cb249 commit 6914959
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions website/sandbox/App.js
@@ -1,4 +1,5 @@
import React from 'react';
// eslint-disable-next-line import/no-unresolved
import SortableTree, { toggleExpandedForAll } from 'react-sortable-tree';

import treeData from './treeData';
Expand Down
6 changes: 2 additions & 4 deletions website/sandbox/index.js
Expand Up @@ -2,10 +2,8 @@ import React from 'react';
import ReactDOM from 'react-dom';
import App from './App';

import './styles.css';
import '../../src/react-sortable-tree.css';
import '../../src/node-renderer-default.css';
import '../../src/tree-node.css';
// eslint-disable-next-line import/no-unresolved
import 'react-sortable-tree/style.css';

const rootElement = document.getElementById('root');
ReactDOM.render(<App />, rootElement);

0 comments on commit 6914959

Please sign in to comment.