import { hideAppNotification, notifyApp } from '../reducers/appNotification'; import { updateNavIndex, updateConfigurationSubtitle } from '../reducers/navModel'; export { updateNavIndex, updateConfigurationSubtitle, notifyApp, hideAppNotification };