import { AppState } from '../../app.reducer'; export const historySelector = (state: AppState) => state.history;