Skip to content

Commit

Permalink
fix data reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ebonow committed Jan 20, 2021
1 parent 2e8473b commit ed61064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/MultiSelectSort.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
SortableElement,
sortableHandle,
} from 'react-sortable-hoc';
import { colourOptions } from './docs/data';
import { colourOptions } from '../data';

function arrayMove(array, from, to) {
array = array.slice();
Expand Down

0 comments on commit ed61064

Please sign in to comment.