fix import for reduce
parent
655d931c10
commit
61ec801869
|
@ -1,5 +1,6 @@
|
||||||
import calculateSize from 'calculate-size'
|
import calculateSize from 'calculate-size'
|
||||||
import _ from 'lodash'
|
import _ from 'lodash'
|
||||||
|
import {reduce} from 'fast.js'
|
||||||
|
|
||||||
export const NULL_ARRAY_INDEX = -1
|
export const NULL_ARRAY_INDEX = -1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue