Skip to content

Commit 365f978

Browse files
committed
Merge pull request #128 from DelvarWorld/readyou
Fixing import type in readme
2 parents 713cc0d + f8928f8 commit 365f978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The default export is `<Draggable>`. At the `.DraggableCore` property is `<Dragg
3030
// ES6
3131
import Draggable from 'react-draggable'; // The default
3232
import {DraggableCore} from 'react-draggable'; // <DraggableCore>
33-
import Draggable, {DraggableCore}; // Both at the same time
33+
import Draggable, {DraggableCore} from 'react-draggable'; // Both at the same time
3434

3535
// CommonJS
3636
let Draggable = require('react-draggable');

0 commit comments

Comments
 (0)