Skip to content

Commit 39c91d2

Browse files
committed
website: update public/bundle.html
1 parent bae9b35 commit 39c91d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/bundle.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
<link rel="stylesheet" href="https://unpkg.com/@uiw/react-split/dist/split.css">
1010
</head>
1111
<body>
12+
<a href="https://uiwjs.github.io/react-split">@uiw/react-split</a>
1213
<div id="container" style="padding: 24px"></div>
1314
<script src="https://unpkg.com/@uiw/react-split/dist/split.min.js"></script>
1415
<script type="text/babel">
1516
import Split from '@uiw/react-split';
16-
console.log(Split)
1717
const Demo = () => {
1818
return (
1919
<React.Fragment>

0 commit comments

Comments
 (0)