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 {
DISPLAY_CONFIRM_YES_NO,
notifyRebootRequired,
@@ -58,4 +58,4 @@ export const createCommonReducer = (platformInfo, version) => {
};
},
});
};
};