EVOLUTION-MANAGER
Edit File: index.ts
import { clearAppNotification, notifyApp } from '../reducers/appNotification'; import { updateLocation } from '../reducers/location'; import { updateNavIndex } from '../reducers/navModel'; export { updateLocation, updateNavIndex, notifyApp, clearAppNotification };