Skip to content

Commit c664ade

Browse files
committed
fix: accidentally deleted own styling
1 parent 6914959 commit c664ade

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/sandbox/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import App from './App';
44

55
// eslint-disable-next-line import/no-unresolved
66
import 'react-sortable-tree/style.css';
7+
import './styles.css';
78

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

0 commit comments

Comments
 (0)