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 3cbe903 commit 5096fa5Copy full SHA for 5096fa5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@uiw/react-split",
3
- "version": "5.7.4",
+ "version": "5.8.0",
4
"description": "A piece of view can be divided into areas where the width or height can be adjusted by dragging.",
5
"main": "cjs/index.js",
6
"module": "esm/index.js",
website/index.tsx
@@ -1,4 +1,3 @@
-import React from 'react';
import ReactDOM from 'react-dom';
import App from './App'
0 commit comments