Skip to content

Commit

Permalink
Fix typo: DragDropContext (#1501)
Browse files Browse the repository at this point in the history
  • Loading branch information
cabello authored and darthtrevino committed Aug 5, 2019
1 parent 1868fcd commit 105fb11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Aside from the default export, the HTML5 backend module also provides a few extr

```jsx
import HTML5Backend from 'react-dnd-html5-backend'
import { DragDropContext } from 'react-dnd'
import { DndProvider } from 'react-dnd'

export default function MyReactApp() {
return (
Expand Down

0 comments on commit 105fb11

Please sign in to comment.