Skip to content

Commit f5021a4

Browse files
committedJun 14, 2022
Fix react-dnd import
1 parent 5282668 commit f5021a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/React/Basic/ReactDND.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import DND from "react-dnd";
1+
import * as DND from "react-dnd";
22

33
export const dndProvider_ = DND.DndProvider;
44

0 commit comments

Comments
 (0)