Skip to content

Commit 5096fa5

Browse files
committed
released v5.8.0
1 parent 3cbe903 commit 5096fa5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-split",
3-
"version": "5.7.4",
3+
"version": "5.8.0",
44
"description": "A piece of view can be divided into areas where the width or height can be adjusted by dragging.",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",

website/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import React from 'react';
21
import ReactDOM from 'react-dom';
32
import App from './App'
43

0 commit comments

Comments
 (0)