Skip to content

Commit

Permalink
fix: accidentally deleted own styling
Browse files Browse the repository at this point in the history
  • Loading branch information
wuweiweiwu committed Dec 13, 2019
1 parent 6914959 commit c664ade
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/sandbox/index.js
Expand Up @@ -4,6 +4,7 @@ import App from './App';

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

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

0 comments on commit c664ade

Please sign in to comment.