We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55ce2a0 + 8e41fb5 commit 5b3c094Copy full SHA for 5b3c094
examples/basic.js
@@ -1,6 +1,6 @@
1
import React, {Component} from 'react';
2
import {render} from 'react-dom';
3
-import {SortableContainer, SortableElement, arrayMove} from 'react-sortable-list-hoc';
+import {SortableContainer, SortableElement, arrayMove} from 'react-sortable-hoc';
4
5
const SortableItem = SortableElement(({value}) => <li>{value}</li>);
6
0 commit comments