This commit is contained in:
7
node_modules/react-dnd/lib/core/DndContext.js
generated
vendored
Normal file
7
node_modules/react-dnd/lib/core/DndContext.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { createContext } from 'react';
|
||||
/**
|
||||
* Create the React Context
|
||||
*/
|
||||
export const DndContext = createContext({
|
||||
dragDropManager: undefined,
|
||||
});
|
||||
Reference in New Issue
Block a user