Skip to content

Commit 5b3c094

Browse files
author
Claudéric Demers
authored
Merge pull request clauderic#104 from asamiller/patch-1
Fix: wrong module name in basic example
2 parents 55ce2a0 + 8e41fb5 commit 5b3c094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, {Component} from 'react';
22
import {render} from 'react-dom';
3-
import {SortableContainer, SortableElement, arrayMove} from 'react-sortable-list-hoc';
3+
import {SortableContainer, SortableElement, arrayMove} from 'react-sortable-hoc';
44

55
const SortableItem = SortableElement(({value}) => <li>{value}</li>);
66

0 commit comments

Comments
 (0)