Skip to content

Commit 9a33f61

Browse files
authored
remove react-infinite import
1 parent 6723145 commit 9a33f61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/virtual-list.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import React, {Component} from 'react';
22
import {render} from 'react-dom';
33
import {SortableContainer, SortableElement, arrayMove} from 'react-sortable-hoc';
44
import {VirtualScroll} from 'react-virtualized';
5-
import Infinite from 'react-infinite';
65

76
const SortableItem = SortableElement(({value}) => {
87
return (

0 commit comments

Comments
 (0)