Files
codecrumbs/example-project/notification/selectors.js
2018-10-25 19:48:13 +02:00

4 lines
72 B
JavaScript

export function getNotification(state) {
return state.notification;
}