Package upgrades

This commit is contained in:
2020-02-04 12:59:58 -06:00
parent 6095186ffc
commit c7ca05d43c
13 changed files with 41 additions and 38 deletions

View File

@@ -1,4 +1,4 @@
import {createReducer} from 'redux-starter-kit';
import {createReducer} from '@reduxjs/toolkit';
import {
setAllowDownload,
SET_DOWNLOAD_BEGIN,
@@ -50,4 +50,4 @@ export const downloadReducer = createReducer({
DownloadProgress: action.payload,
}
}
});
});