Package upgrades
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user