Files
dspace-angular/src/app/shared/history/selectors.ts
2019-01-18 11:39:25 +01:00

4 lines
114 B
TypeScript

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