6 lines
324 B
TypeScript
6 lines
324 B
TypeScript
import { clearAppNotification, notifyApp } from '../reducers/appNotification';
|
|
import { updateLocation } from '../reducers/location';
|
|
import { updateNavIndex, updateConfigurationSubtitle } from '../reducers/navModel';
|
|
|
|
export { updateLocation, updateNavIndex, updateConfigurationSubtitle, notifyApp, clearAppNotification };
|