const mapStateToProps = (state: RootReducer) => ({
    lastOpened: state.config.lastOpened,
    fileHistory: state.config.fileHistory,
    separator: state.config.separator,
});