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,5 +1,5 @@
import * as Constants from '../../constants';
import {createAction} from 'redux-starter-kit';
import {createAction} from '@reduxjs/toolkit';
import {getIPCRenderer} from '../../utils';
const ipcRenderer = getIPCRenderer();
@@ -126,4 +126,4 @@ export const shutdownApplication = () => {
ipcRenderer.send(Constants.IPC_Shutdown);
}
};
};
};