5 lines
251 B
TypeScript
5 lines
251 B
TypeScript
import { hideAppNotification, notifyApp } from '../reducers/appNotification';
|
|
import { updateNavIndex, updateConfigurationSubtitle } from '../reducers/navModel';
|
|
|
|
export { updateNavIndex, updateConfigurationSubtitle, notifyApp, hideAppNotification };
|