We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02333a3 commit 4cd4d36Copy full SHA for 4cd4d36
3 files changed
source/Grid/Grid.js
@@ -7,7 +7,7 @@ import {
7
getVisibleCellIndices,
8
initCellMetadata,
9
updateScrollIndexHelper
10
-} from '../utils'
+} from './GridUtils'
11
import cn from 'classnames'
12
import raf from 'raf'
13
import getScrollbarSize from 'dom-helpers/util/scrollbarSize'
source/utils.js source/Grid/GridUtils.jssource/utils.js renamed to source/Grid/GridUtils.js
source/utils.test.js source/Grid/GridUtils.test.jssource/utils.test.js renamed to source/Grid/GridUtils.test.js
@@ -6,7 +6,7 @@ import {
6
-} from './utils'
// Default cell sizes and offsets for use in below tests
function getCellMetadata () {
0 commit comments