File "selectors.js"

Full Path: /home/tekvhqgl/public_html/dev2024_old_skip/wp-content/plugins/presto-player/src/admin/settings/store/selectors.js
File size: 199 bytes
MIME-type: text/plain
Charset: utf-8

export function settings(state) {
  return state.settingsReducer;
}
export function ui(state) {
  return state.uiReducer;
}
export function notices(state) {
  return state.uiReducer.notices || [];
}