Skip to content

Commit 4cd4d36

Browse files
committed
Moved source/utils to source/Grid/GridUtils for better organization
1 parent 02333a3 commit 4cd4d36

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

source/Grid/Grid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
getVisibleCellIndices,
88
initCellMetadata,
99
updateScrollIndexHelper
10-
} from '../utils'
10+
} from './GridUtils'
1111
import cn from 'classnames'
1212
import raf from 'raf'
1313
import getScrollbarSize from 'dom-helpers/util/scrollbarSize'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
getVisibleCellIndices,
77
initCellMetadata,
88
updateScrollIndexHelper
9-
} from './utils'
9+
} from './GridUtils'
1010

1111
// Default cell sizes and offsets for use in below tests
1212
function getCellMetadata () {

0 commit comments

Comments
 (0)