Skip to content

Commit 0b76136

Browse files
committed
Fix the docs
1 parent a9b4e44 commit 0b76136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/00 Quick Start/Tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ Because the `Board` is the top-level component in our app, I'm going to put the
957957
-------------------
958958
```js
959959
var React = require('react');
960-
var DragDropContext = require('react-dnd');
960+
var DragDropContext = require('react-dnd').DragDropContext;
961961
var HTML5Backend = require('react-dnd/modules/backends/HTML5');
962962

963963
var Board = React.createClass({

0 commit comments

Comments
 (0)