Skip to content

Commit

Permalink
Fix dependency path
Browse files Browse the repository at this point in the history
  • Loading branch information
andrglo committed Sep 1, 2019
1 parent a987cc3 commit 6c3ecfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .size-snapshot.json
@@ -1,7 +1,7 @@
{
"dist/react-window-grid.min.js": {
"bundled": 6717,
"minified": 6707,
"gzipped": 2583
"bundled": 6167,
"minified": 6157,
"gzipped": 2477
}
}
2 changes: 1 addition & 1 deletion src/ReactWindowGrid.js
@@ -1,7 +1,7 @@
import React, {useRef, useState, useLayoutEffect, useMemo} from 'react'
import PropTypes from 'prop-types'
import {VariableSizeList, VariableSizeGrid} from 'react-window'
import scrollbarSize from 'dom-helpers/util/scrollbarSize'
import scrollbarSize from 'dom-helpers/scrollbarSize'

const absolute = 'absolute'

Expand Down

0 comments on commit 6c3ecfe

Please sign in to comment.