Updated ScrollTop component so that it gets the window object injected as a dependency

This commit is contained in:
Alejandro Celaya
2018-12-21 10:38:35 +01:00
parent 16cf30f26f
commit 047d99be6d
4 changed files with 9 additions and 11 deletions

View File

@@ -4,6 +4,7 @@ module.exports = {
'src/**/*.js',
'!src/registerServiceWorker.js',
'!src/index.js',
'!src/reducers/index.js',
'!src/**/provideServices.js',
'!src/container/*.js',
],