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