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 7bfd7e7 commit 1406e7fCopy full SHA for 1406e7f
README.md
@@ -33,7 +33,7 @@ npm install react-draggable-plus
33
34
```ts
35
import React, { useRef, useState } from "react"
36
-import { ReactDraggablePlush } from 'react-draggable-plus'
+import { ReactDraggablePlush } from "react-draggable-plus"
37
const Demo = () => {
38
const el = useRef<any>(null)
39
const [list, setList] = useState([{
0 commit comments